aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10netfilter: conntrack: remove uninitialized shadow variableArnd Bergmann1-1/+0
2016-05-10ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert1-2/+2
2016-05-10ip6: Don't set transport header in IPv6 tunnelingTom Herbert1-2/+0
2016-05-10ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert1-1/+1
2016-05-10gre6: Fix flag translationsTom Herbert1-8/+12
2016-05-10ip6_gre: Fix MTU settingTom Herbert1-16/+13
2016-05-09net: l3mdev: Allow send on enslaved interfaceDavid Ahern2-4/+17
2016-05-09net: l3mdev: Move get_saddr and rt6_dstDavid Ahern2-1/+55
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-45/+73
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller24-914/+889
2016-05-09netfilter: conntrack: use single slab cacheFlorian Westphal1-22/+14
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal1-16/+17
2016-05-09netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal1-3/+3
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet1-1/+3
2016-05-08fq_codel: add memory limitation per queueEric Dumazet1-3/+24
2016-05-08net: Add Qualcomm IPC routerCourtney Cavin7-0/+1183
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2-3/+9
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet1-4/+4
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov3-6/+49
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern2-0/+2
2016-05-06net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2-4/+8
2016-05-06bridge: fix igmp / mld query parsingLinus Lüssing1-5/+7
2016-05-06Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-4/+26
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal4-32/+24
2016-05-06netfilter: conntrack: make netns address part of expect hashFlorian Westphal1-7/+10
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal3-4/+30
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni2-4/+26
2016-05-05net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-05-05VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell1-20/+1
2016-05-05netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso1-3/+3
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso3-573/+117
2016-05-05openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso1-8/+0
2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso3-3/+54
2016-05-05netfilter: conntrack: introduce nf_ct_acct_update()Pablo Neira Ayuso1-23/+19
2016-05-05netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointerPablo Neira Ayuso1-1/+1
2016-05-05netfilter: conntrack: consider ct netns in early_drop logicFlorian Westphal1-18/+25
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal8-66/+61
2016-05-05netfilter: conntrack: make netns address part of hashFlorian Westphal1-17/+18
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal3-12/+22
2016-05-05netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal1-5/+19
2016-05-05netfilter: conntrack: use nf_ct_key_equal() in more placesFlorian Westphal1-18/+11
2016-05-05netfilter: conntrack: don't attempt to iterate over empty tableFlorian Westphal1-0/+3
2016-05-05netfilter: conntrack: fix lookup race during hash resizeFlorian Westphal1-5/+19
2016-05-05netfilter: conntrack: keep BH enabled during lookupFlorian Westphal1-17/+8
2016-05-05netfilter: nftables: add connlabel set supportFlorian Westphal1-0/+30
2016-05-04tcp: two more missing bh disableEric Dumazet2-0/+4
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet1-3/+3
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet1-4/+6
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-1/+34