Age | Commit message (Expand) | Author |
2017-02-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan |
2017-02-26 | ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockopt | Xin Long |
2017-02-24 | vti6: return GRE_KEY for vti6 | David Forster |
2017-02-22 | tcp: setup timestamp offset when write_seq already set | Alexey Kodanev |
2017-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-18 | ipv6: release dst on error in ip6_dst_lookup_tail | Willem de Bruijn |
2017-02-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-15 | esp: Add a software GRO codepath | Steffen Klassert |
2017-02-15 | net: Add a skb_gro_flush_final helper. | Steffen Klassert |
2017-02-15 | xfrm: Add a secpath_set helper. | Steffen Klassert |
2017-02-14 | ipv6: Handle IPv4-mapped src to in6addr_any dst. | Jonathan T. Leighton |
2017-02-14 | ipv6: Inhibit IPv4-mapped src address on the wire. | Jonathan T. Leighton |
2017-02-11 | net: rename dst_neigh_output back to neigh_output | Julian Anastasov |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-09 | igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() | Hangbin Liu |
2017-02-09 | xfrm: policy: make policy backend const | Florian Westphal |
2017-02-09 | xfrm: policy: remove family field | Florian Westphal |
2017-02-09 | xfrm: policy: remove garbage_collect callback | Florian Westphal |
2017-02-09 | xfrm: input: constify xfrm_input_afinfo | Florian Westphal |
2017-02-08 | gro_cells: move to net/core/gro_cells.c | Eric Dumazet |
2017-02-08 | sit: fix a double free on error path | WANG Cong |
2017-02-08 | ipv6: addrconf: fix generation of new temporary addresses | Marcus Huewe |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-07 | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP | Julian Anastasov |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov |
2017-02-07 | net: add dst_pending_confirm flag to skbuff | Julian Anastasov |
2017-02-07 | ipv6: sr: fix non static symbol warnings | Wei Yongjun |
2017-02-07 | udp: properly cope with csum errors | Eric Dumazet |
2017-02-06 | ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches | Linus Lüssing |
2017-02-06 | ipv6: tcp: add a missing tcp_v6_restore_cb() | Eric Dumazet |
2017-02-05 | ip6_gre: fix ip6gre_err() invalid reads | Eric Dumazet |
2017-02-04 | net: ipv6: Use compressed IPv6 addresses showing route replace error | David Ahern |
2017-02-04 | net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH | David Ahern |
2017-02-04 | net: ipv6: Change notifications for multipath add to RTA_MULTIPATH | David Ahern |
2017-02-04 | net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute | David Ahern |
2017-02-04 | net: ipv6: Allow shorthand delete of all nexthops in multipath route | David Ahern |
2017-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-02-03 | net: ipv6: Set protocol to kernel for local routes | David Ahern |
2017-02-03 | tcp: add tcp_mss_clamp() helper | Eric Dumazet |
2017-02-03 | ipv6: sr: remove cleanup flag and fix HMAC computation | David Lebrun |
2017-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-02 | netfilter: allow logging from non-init namespaces | Michal Kubeček |
2017-02-02 | netfilter: merge ctinfo into nfct pointer storage area | Florian Westphal |
2017-02-02 | netfilter: add and use nf_ct_set helper | Florian Westphal |
2017-02-02 | skbuff: add and use skb_nfct helper | Florian Westphal |
2017-02-02 | netfilter: reset netfilter state when duplicating packet | Florian Westphal |
2017-02-02 | netfilter: conntrack: no need to pass ctinfo to error handler | Florian Westphal |
2017-02-01 | ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() | Dan Carpenter |