summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-14tcp: uninline tcp_stream_memory_free()Eric Dumazet1-12/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-1/+44
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi1-0/+26
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi1-1/+16
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski3-6/+23
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau1-0/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-11nl80211: fix kernel-doc warning in the new SAE attributeJohannes Berg1-8/+15
2020-11-11cfg80211: remove WDS codeJohannes Berg1-5/+0
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-3/+3
2020-11-10inet: constify inet_sdif() argumentEric Dumazet1-1/+1
2020-11-09net: remove ip_tunnel_get_stats64Heiner Kallweit1-2/+0
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais1-0/+5
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+9
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+2
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+1
2020-11-06nexthop: Add nexthop notification data structuresIdo Schimmel1-0/+35
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef2-0/+5
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu1-1/+2
2020-11-06cfg80211: Add support to configure SAE PWE value to driversRohan Dutta1-0/+9
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-0/+6
2020-11-05net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean1-0/+6
2020-11-05net: dsa: Add tag handling for Hirschmann Hellcreek switchesKurt Kanzenbach1-0/+2
2020-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2-0/+19
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-1/+20
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-7/+5
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng1-1/+1
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2-0/+19
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long1-0/+3
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long2-2/+6
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long2-6/+2
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long2-0/+8
2020-10-30sctp: create udp6 sock and set its encap_rcvXin Long1-0/+1
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long3-0/+9
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab2-7/+9
2020-10-29wimax: move out to stagingArnd Bergmann1-503/+0
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson1-1/+1
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+6
2020-10-20netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi1-0/+6
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds44-454/+1040
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+5
2020-10-15net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_infoLeon Romanovsky1-1/+4
2020-10-15nl80211: docs: add a description for s1g_cap parameterMauro Carvalho Chehab1-0/+1
2020-10-14netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso1-1/+3
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-0/+1
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+14
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-33/+0