Age | Commit message (Expand) | Author | Files | Lines |
2016-03-31 | ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates | Eric Dumazet | 1 | -2/+2 |
2016-03-28 | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN... | Pablo Neira Ayuso | 1 | -0/+2 |
2016-03-28 | netfilter: x_tables: fix unconditional helper | Florian Westphal | 1 | -12/+11 |
2016-03-28 | netfilter: x_tables: make sure e->next_offset covers remaining blob size | Florian Westphal | 1 | -2/+4 |
2016-03-28 | netfilter: x_tables: validate e->target_offset early | Florian Westphal | 1 | -9/+8 |
2016-03-24 | net: ping: make ping_v6_sendmsg static | Haishuang Yan | 1 | -30/+29 |
2016-03-20 | tunnels: Remove encapsulation offloads on decap. | Jesse Gross | 1 | -2/+4 |
2016-03-20 | tunnels: Don't apply GRO to multiple layers of encapsulation. | Jesse Gross | 1 | -1/+14 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 29 | -413/+584 |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -10/+13 |
2016-03-16 | tags: Fix DEFINE_PER_CPU expansions | Peter Zijlstra | 1 | -2/+1 |
2016-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -22/+8 |
2016-03-15 | netfilter: Allow calling into nat helper without skb_dst. | Jarno Rajahalme | 1 | -22/+8 |
2016-03-14 | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In | Martin KaFai Lau | 1 | -1/+1 |
2016-03-14 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short | Alexander Duyck | 1 | -2/+1 |
2016-03-14 | netconf: add macro to represent all attributes | Zhang Shengju | 1 | -15/+21 |
2016-03-11 | ip_tunnel: add support for setting flow label via collect metadata | Daniel Borkmann | 1 | -3/+3 |
2016-03-08 | ipv6: per netns FIB garbage collection | Michal Kubeček | 1 | -5/+4 |
2016-03-08 | ipv6: per netns fib6 walkers | Michal Kubeček | 1 | -32/+36 |
2016-03-08 | ipv6: replace global gc_args with local variable | Michal Kubeček | 1 | -6/+8 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 7 | -116/+180 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -7/+12 |
2016-03-07 | udp6: fix UDP/IPv6 encap resubmit path | Bill Sommerfeld | 1 | -4/+2 |
2016-03-04 | net: ipv6: Fix refcnt on host routes | David Ahern | 1 | -5/+3 |
2016-03-04 | ipv6: re-enable fragment header matching in ipv6_find_hdr | Florian Westphal | 1 | -1/+5 |
2016-03-03 | mld, igmp: Fix reserved tailroom calculation | Benjamin Poirier | 1 | -2/+1 |
2016-03-02 | netfilter: nft_masq: support port range | Pablo Neira Ayuso | 1 | -1/+6 |
2016-03-02 | netfilter: xtables: don't hook tables by default | Florian Westphal | 6 | -85/+137 |
2016-03-02 | netfilter: xtables: prepare for on-demand hook register | Florian Westphal | 6 | -30/+37 |
2016-03-02 | net: remove skb_sender_cpu_clear() | WANG Cong | 1 | -1/+0 |
2016-03-02 | net: ipv6/l3mdev: Move host route on saved address if necessary | David Ahern | 1 | -0/+26 |
2016-02-26 | GSO: Provide software checksum of tunneled UDP fragmentation offload | Alexander Duyck | 1 | -1/+7 |
2016-02-26 | net: ipv6: Make address flushing on ifdown optional | David Ahern | 1 | -15/+121 |
2016-02-24 | tunnel: Clear IPCB(skb)->opt before dst_link_failure called | Bernie Harris | 2 | -0/+4 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -16/+90 |
2016-02-22 | ila: autoload module | Robert Shearman | 1 | -0/+1 |
2016-02-20 | net: use skb_postpush_rcsum instead of own implementations | Daniel Borkmann | 1 | -4/+2 |
2016-02-19 | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6 | Wei Wang | 1 | -9/+11 |
2016-02-19 | rtnl: RTM_GETNETCONF: fix wrong return value | Anton Protopopov | 1 | -1/+1 |
2016-02-18 | gre: clear IFF_TX_SKB_SHARING | Jiri Benc | 1 | -0/+1 |
2016-02-18 | iptunnel: scrub packet in iptunnel_pull_header | Jiri Benc | 1 | -1/+1 |
2016-02-18 | tcp/dccp: fix another race at listener dismantle | Eric Dumazet | 1 | -7/+7 |
2016-02-17 | ipv4: namespacify ip_early_demux sysctl knob | Nikolay Borisov | 1 | -1/+1 |
2016-02-17 | ip_tunnel: replace dst_cache with generic implementation | Paolo Abeni | 1 | -8/+9 |
2016-02-17 | net: replace dst_cache ip6_tunnel implementation with the generic one | Paolo Abeni | 4 | -104/+14 |
2016-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -3/+71 |
2016-02-12 | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree | 1 | -2/+2 |
2016-02-12 | net: udp: always set up for CHECKSUM_PARTIAL offload | Edward Cree | 1 | -12/+1 |
2016-02-12 | net: local checksum offload for encapsulation | Edward Cree | 1 | -7/+7 |
2016-02-11 | ipv6: add option to drop unsolicited neighbor advertisements | Johannes Berg | 2 | -0/+17 |