summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-09net: make sch_handle_ingress() drop monitor readyEric Dumazet
2016-05-09fq_codel: add memory limitation per queueEric Dumazet
2016-05-09net: Add Qualcomm IPC routerCourtney Cavin
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-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-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-05tcp: 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 tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
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
2016-05-04gre: remove superfluous pskb_may_pullJiri Benc
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-05-03RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.Sowmini Varadhan