summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-082-3/+1
|\
| * netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-082-3/+1
* | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-071-13/+2
|\ \ | |/ |/|
| * mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-051-13/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-052-29/+13
|\ \ | |/
| * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-6/+1
| * Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-21/+9
| * ipv4: Don't override return code from ip_route_input_noref()Stefano Brivio2017-09-031-3/+4
* | net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli2017-09-051-0/+3
* | flow_dissector: Cleanup control flowTom Herbert2017-09-051-0/+8
* | net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann2017-09-051-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-043-19/+25
|\ \
| * | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-6/+0
| * | net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-041-1/+1
| * | netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0
| * | netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-041-11/+24
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-09-031-1/+1
|\ \ \ | |/ / |/| |
| * | Bluetooth: make baswap src constLoic Poulain2017-09-011-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0310-65/+45
|\ \ \
| * | | netfilter: convert hook list to an arrayAaron Conole2017-08-282-2/+2
| * | | netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-243-6/+6
| * | | netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-241-3/+4
| * | | netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-8/+0
| * | | netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal2017-08-241-2/+2
| * | | netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-3/+0
| * | | netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-3/+0
| * | | netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-11/+8
| * | | netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-022-8/+8
| * | | netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-15/+0
| * | | netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-1/+1
| * | | netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-1/+1
| * | | netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-311-2/+2
| * | | netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-311-1/+1
| * | | netlink: Introduce nla_strdup()Phil Sutter2017-07-311-0/+1
| * | | netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-311-0/+3
| * | | netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-311-0/+5
| * | | netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-241-0/+2
* | | | net: Add module reference to FIB notifiersIdo Schimmel2017-09-011-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-014-6/+39
|\ \ \ \ | | |_|/ | |/| |
| * | | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-281-1/+1
| * | | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-251-1/+1
| * | | tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-251-3/+1
| * | | net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2017-08-241-0/+7
| * | | ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-221-1/+29
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-09-011-0/+1
|\ \ \ \
| * | | | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-0/+1
* | | | | devlink: Add IPv6 header for dpipeArkadi Sharshevsky2017-08-311-0/+1
* | | | | net_sched: add reverse binding for tc classCong Wang2017-08-311-0/+1
|/ / / /
* | | | net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-52/+24
* | | | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+23
OpenPOWER on IntegriCloud