aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe1-0/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+8
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub 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-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-6/+72
2021-10-01Bluetooth: 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-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+39
2021-09-30bpf, 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-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-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-4/+4
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel1-4/+4
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng1-3/+6
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky1-6/+0
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2-2/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+10
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet1-19/+0
2021-09-23tcp: make tcp_build_frag() staticPaolo Abeni1-2/+0
2021-09-23tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-0/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-1/+1
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz1-1/+1
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz1-37/+2
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski1-0/+2
2021-09-19net: dsa: tear down devlink port regions when tearing down the devlink port on errorVladimir Oltean1-0/+8
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-0/+1
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+1
2021-09-18mptcp: add new mptcp_fill_diag helperFlorian Westphal1-0/+4
2021-09-17devlink: Delete not-used devlink APIsLeon Romanovsky1-14/+0
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-09-15net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean1-0/+5
2021-09-15devlink: Delete not-used single parameter notification APIsLeon Romanovsky1-4/+0
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+4
2021-09-13Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2021-09-13Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28