summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-05-09netfilter: conntrack: use single slab cacheFlorian Westphal
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal
2016-05-09netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet
2016-05-08fq_codel: add memory limitation per queueEric Dumazet
2016-05-08net: Add Qualcomm IPC routerCourtney Cavin
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern
2016-05-06net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern
2016-05-06bridge: fix igmp / mld query parsingLinus Lüssing
2016-05-06Merge tag 'ipvs2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso
2016-05-06netfilter: conntrack: use a single expectation table for all namespacesFlorian Westphal
2016-05-06netfilter: conntrack: make netns address part of expect hashFlorian Westphal
2016-05-06netfilter: conntrack: check netns when walking expect hashFlorian Westphal
2016-05-06ipvs: make drop_entry protection effective for SIP-peMarco Angaroni
2016-05-05net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov
2016-05-05VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell
2016-05-05netfilter: nf_tables: allow set names up to 32 bytesPablo Neira Ayuso
2016-05-05netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso
2016-05-05openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso
2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso
2016-05-05netfilter: conntrack: introduce nf_ct_acct_update()Pablo Neira Ayuso
2016-05-05netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointerPablo Neira Ayuso
2016-05-05netfilter: conntrack: consider ct netns in early_drop logicFlorian Westphal
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2016-05-05netfilter: conntrack: make netns address part of hashFlorian Westphal
2016-05-05netfilter: conntrack: check netns when comparing conntrack objectsFlorian Westphal
2016-05-05netfilter: conntrack: small refactoring of conntrack seq_printfFlorian Westphal
2016-05-05netfilter: conntrack: use nf_ct_key_equal() in more placesFlorian Westphal
2016-05-05netfilter: conntrack: don't attempt to iterate over empty tableFlorian Westphal
2016-05-05netfilter: conntrack: fix lookup race during hash resizeFlorian Westphal
2016-05-05netfilter: conntrack: keep BH enabled during lookupFlorian Westphal
2016-05-05netfilter: nftables: add connlabel set supportFlorian Westphal
2016-05-04tcp: two more missing bh disableEric Dumazet
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-05-04Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-05-04net: fix infoleak in rtnetlinkKangjie Lu
2016-05-04net: fix infoleak in llcKangjie Lu
2016-05-04net: remove dev->trans_startFlorian Westphal
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann
2016-05-04gre: receive also TEB packets for lwtunnelsJiri Benc
2016-05-04gre: move iptunnel_pull_header down to ipgre_rcvJiri Benc