summary refs log tree commit diff
path: root/include/net
AgeCommit message (Expand)Author
2021-10-13decnet: constify dev_addr passingJakub Kicinski
2021-10-13ipv6: constify dev_addr passingJakub Kicinski
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski
2021-10-13rose: constify dev_addr passingJakub Kicinski
2021-10-13ax25: constify dev_addr passingJakub Kicinski
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky
2021-10-12devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman
2021-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30bpf, xdp, docs: Correct some English grammar and spellingKev Jackson
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel
2021-09-26net: prevent user from passing illegal stab size王贇
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz