summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-081-1/+3
* | | | | fq_codel: add memory limitation per queueEric Dumazet2016-05-081-3/+24
* | | | | net: Add Qualcomm IPC routerCourtney Cavin2016-05-087-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-042-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-041-39/+76
| * | | | | batman-adv: Merge batadv_v_ogm_orig_update into batadv_v_ogm_route_updateSimon Wunderlich2016-05-041-71/+46
| * | | | | batman-adv: move and restructure batadv_v_ogm_forwardSimon Wunderlich2016-05-041-47/+63
| * | | | | batman-adv: fix debuginfo macro style issueSimon Wunderlich2016-05-041-8/+11
| * | | | | batman-adv: Fix function names on new line starting with '*'Sven Eckelmann2016-05-043-16/+16
| * | | | | batman-adv: Add kernel-doc for batadv_interface_rxSven Eckelmann2016-05-041-0/+18
| * | | | | batman-adv: Fix kerneldoc for batadv_compare_claimSven Eckelmann2016-05-041-1/+1
| * | | | | batman-adv: Fix checkpatch warning about 'unsigned' typeSven Eckelmann2016-05-041-6/+6
| * | | | | batman-adv: fix wrong names in kerneldocAntonio Quartulli2016-05-048-12/+14
| * | | | | batman-adv: use to_delayed_workGeliang Tang2016-05-046-7/+7
| * | | | | batman-adv: use list_for_each_entry_safeGeliang Tang2016-05-041-13/+9
| * | | | | batman-adv: use static string for table headersAntonio Quartulli2016-05-045-21/+16
| * | | | | batman-adv: Start new development cycleSimon Wunderlich2016-05-041-1/+1
* | | | | | net: remove dev->trans_startFlorian Westphal2016-05-041-7/+3
* | | | | | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-045-6/+6
* | | | | | gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann2016-05-041-0/+1
* | | | | | gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-11/+28