summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-0/+5
* udp: perform source validation for mcast early demuxPaolo Abeni2017-10-011-1/+3
* IPv4: early demux can return an error codePaolo Abeni2017-10-013-4/+4
* netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann2017-09-261-18/+55
* net: prevent dst uses after freeEric Dumazet2017-09-223-20/+6Star
* tcp: remove two unused functionsYuchung Cheng2017-09-191-1/+0Star
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-1/+2
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-09-141-1/+5
* net_sched: get rid of tcfa_rcuCong Wang2017-09-131-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-082-3/+1Star
|\
| * netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-082-3/+1Star
* | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-071-13/+2Star
|\ \ | |/ |/|
| * mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-051-13/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-062-29/+13Star
|\|
| * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-6/+1Star
| * Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-21/+9Star
| * 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-053-19/+25
|\ \
| * | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-6/+0Star
| * | 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/+0Star
| * | 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-041-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-0410-65/+45Star
|\ \ \
| * | | 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/+0Star
| * | | netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal2017-08-241-2/+2
| * | | netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-3/+0Star
| * | | netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-3/+0Star
| * | | netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-11/+8Star
| * | | 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/+0Star
| * | | 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-021-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-024-6/+39
|\ \ \ \ | | |_|/ | |/| |
| * | | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-291-1/+1