summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-15net: add skb_get_dsfield() helperEric Dumazet1-0/+17
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet3-16/+5
2021-10-15sctp: fix transport encap_port update in sctp_vtag_verifyXin Long1-3/+3
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin1-11/+1
2021-10-13decnet: constify dev_addr passingJakub Kicinski1-1/+1
2021-10-13ipv6: constify dev_addr passingJakub Kicinski1-1/+1
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski3-3/+4
2021-10-13rose: constify dev_addr passingJakub Kicinski1-4/+4
2021-10-13ax25: constify dev_addr passingJakub Kicinski1-6/+7
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky1-2/+0
2021-10-13devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+6
2021-10-13devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky1-17/+0
2021-10-13devlink: Reduce struct devlink exposureLeon Romanovsky1-50/+4
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-7/+14
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-5/+9
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-0/+1
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe1-0/+4
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+8
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li1-0/+11
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-41/+241
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman1-1/+2
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-2/+7
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso1-1/+1
2021-10-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-6/+72
2021-10-02Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz1-1/+1
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet1-0/+1
2021-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+39
2021-10-01bpf, xdp, docs: Correct some English grammar and spellingKev Jackson1-4/+4
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-1/+5
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-0/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-0/+1
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang1-5/+39
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-1/+30
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr1-0/+10
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr1-0/+5
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr1-15/+31
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-1/+2
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin1-0/+3
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2-1/+6
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson1-1/+45
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson2-0/+23
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson1-1/+0
2021-09-27nl80211: MBSSID and EMA support in AP modeJohn Crispin1-0/+44
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller1-4/+4
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+6
2021-09-27ieee80211: add power type definition for 6 GHzWen Gong1-0/+2
2021-09-27cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra1-0/+22
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel1-4/+4
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+1