summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2021-10-13decnet: constify dev_addr passingJakub Kicinski-1/+1
2021-10-13ipv6: constify dev_addr passingJakub Kicinski-1/+1
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski-3/+4
2021-10-13rose: constify dev_addr passingJakub Kicinski-4/+4
2021-10-13ax25: constify dev_addr passingJakub Kicinski-6/+7
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky-2/+0
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky-0/+6
2021-10-12devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky-17/+0
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky-50/+4
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann-7/+14
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu-5/+9
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann-0/+1
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe-0/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+8
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li-0/+11
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-41/+241
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman-1/+2
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-2/+7
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso-1/+1
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-6/+72
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz-1/+1
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet-0/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+39
2021-09-30bpf, xdp, docs: Correct some English grammar and spellingKev Jackson-4/+4
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet-0/+2
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet-1/+5
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang-0/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang-0/+1
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang-5/+39
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni-1/+30
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr-0/+10
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr-0/+5
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr-15/+31
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang-1/+2
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin-0/+3
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal-1/+6
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson-1/+45
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson-0/+23
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson-1/+0
2021-09-27nl80211: MBSSID and EMA support in AP modeJohn Crispin-0/+44
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller-4/+4
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong-0/+6
2021-09-27ieee80211: add power type definition for 6 GHzWen Gong-0/+2
2021-09-27cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra-0/+22
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel-4/+4
2021-09-26net: prevent user from passing illegal stab size王贇-0/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng-3/+6
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky-6/+0
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang-2/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+10