summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal2016-04-252-6/+7
| * | netfilter: conntrack: move generation seqcnt out of netns_ctFlorian Westphal2016-04-251-9/+11
* | | net: make sch_handle_ingress() drop monitor readyEric Dumazet2016-05-091-1/+3
* | | fq_codel: add memory limitation per queueEric Dumazet2016-05-091-3/+24
* | | net: Add Qualcomm IPC routerCourtney Cavin2016-05-097-0/+1183
* | | ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet2016-05-061-4/+4
* | | bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-063-6/+49
* | | net: vrf: Create FIB tables on link createDavid Ahern2016-05-062-0/+2
* | | tcp: two more missing bh disableEric Dumazet2016-05-052-0/+4
* | | tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet2016-05-041-3/+3
* | | tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet2016-05-041-4/+6
* | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-05-0417-231/+273
|\ \ \
| * | | batman-adv: Split batadv_iv_ogm_orig_del_if functionSven Eckelmann2016-05-031-39/+76