summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-0912-45/+73
|\
| * udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-072-3/+9
| * udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-071-2/+0
| * net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2016-05-062-4/+8
| * bridge: fix igmp / mld query parsingLinus Lüssing2016-05-061-5/+7
| * net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-05-061-2/+3
| * VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2016-05-061-20/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-043-1/+34
| |\
| | * vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-311-0/+18
| | * xfrm: Reset encapsulation field of the skb before transformationSteffen Klassert2016-03-171-0/+3
| | * flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-171-1/+13
| * | net: fix infoleak in rtnetlinkKangjie Lu2016-05-041-8/+10
| * | net: fix infoleak in llcKangjie Lu2016-05-041-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-0924-914/+889
|\ \ \
| * | | netfilter: conntrack: use single slab cacheFlorian Westphal2016-05-091-22/+14
| * | | netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal2016-05-091-16/+17
| * | | netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal2016-05-091-3/+3
| * | | Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2016-05-062-4/+26
| |\ \ \
| | * | | ipvs: make drop_entry protection effective for SIP-peMarco Angaroni2016-05-062-4/+26
| * | | | netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal2016-05-064-32/+24
| * | | | netfilter: conntrack: make netns address part of expect hashFlorian Westphal2016-05-061-7/+10
| * | | | netfilter: conntrack: check netns when walking expect hashFlorian Westphal2016-05-063-4/+30
| |/ / /
| * | | netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso2016-05-051-3/+3
| * | | netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-053-573/+117
| * | | openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso2016-05-051-8/+0
| * | | netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso2016-05-053-3/+54
| * | | netfilter: conntrack: introduce nf_ct_acct_update()Pablo Neira Ayuso2016-05-051-23/+19
| * | | netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointerPablo Neira Ayuso2016-05-051-1/+1
| * | | netfilter: conntrack: consider ct netns in early_drop logicFlorian Westphal2016-05-051-18/+25
| * | | netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2016-05-058-66/+61
| * | | netfilter: conntrack: make netns address part of hashFlorian Westphal2016-05-051-17/+18
| * | | netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal2016-05-053-12/+22
| * | | netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal2016-05-051-5/+19
| * | | netfilter: conntrack: use nf_ct_key_equal() in more placesFlorian Westphal2016-05-051-18/+11
| * | | netfilter: conntrack: don't attempt to iterate over empty tableFlorian Westphal2016-05-051-0/+3
| * | | netfilter: conntrack: fix lookup race during hash resizeFlorian Westphal2016-05-051-5/+19
| * | | netfilter: conntrack: keep BH enabled during lookupFlorian Westphal2016-05-051-17/+8
| * | | netfilter: nftables: add connlabel set supportFlorian Westphal2016-05-051-0/+30
| * | | netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-293-6/+12
| * | | Merge tag 'ipvs-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-04-255-5/+243
| |\ \ \
| | * | | ipvs: don't alter conntrack in OPS modeMarco Angaroni2016-04-202-1/+6
| | * | | ipvs: optimize release of connections in OPS modeMarco Angaroni2016-04-201-3/+23
| | * | | ipvs: handle connections started by real-serversMarco Angaroni2016-04-203-1/+214
| * | | | netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...Liping Zhang2016-04-251-1/+1
| * | | | netfilter: nf_ct_helper: disable automatic helper assignmentPablo Neira Ayuso2016-04-251-2/+2
| * | | | netfilter: nft_rbtree: allow adjacent intervals with dynamic updatesPablo Neira Ayuso2016-04-251-5/+35
| * | | | netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helperPablo Neira Ayuso2016-04-251-3/+6
| * | | | netfilter: nf_tables: parse element flags from nft_del_setelem()Pablo Neira Ayuso2016-04-251-5/+33
| * | | | netfilter: nf_tables: introduce nft_setelem_parse_flags() helperPablo Neira Ayuso2016-04-251-12/+22
| * | | | netfilter: conntrack: use get_random_once for conntrack hash seedFlorian Westphal2016-04-251-23/+3