summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-12net: move skb ref helpers to new headerMina Almasry8-0/+8
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-132/+113
2024-04-11Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds20-118/+124
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang4-5/+22
2024-04-11Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni8-99/+70
2024-04-11af_unix: Fix garbage collector racing against connect()Michal Luczaj1-1/+17
2024-04-11netfilter: complete validation of user inputEric Dumazet3-0/+12
2024-04-11net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov1-1/+1
2024-04-11net: cache for same cpu skb_attempt_defer_freePavel Begunkov1-1/+14
2024-04-11tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet1-1/+5
2024-04-10Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka1-2/+1
2024-04-10Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-13/+8
2024-04-10Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-24/+12
2024-04-10Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-32/+20
2024-04-10Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-9/+5
2024-04-10Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-13/+10
2024-04-10Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov1-1/+3
2024-04-10Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz1-3/+3
2024-04-10Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz1-2/+8
2024-04-10net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu1-1/+1
2024-04-10net: remove napi_frag_unrefMina Almasry1-1/+1
2024-04-10net: make napi_frag_unref reuse skb_page_unrefMina Almasry2-2/+2
2024-04-10net: sched: cake: Optimize the number of function calls and branches in heap ...Kuan-Wei Chiu1-1/+1
2024-04-10ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-3/+4
2024-04-10nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet1-6/+6
2024-04-09ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2024-04-09ipv6: fib: hide unused 'pn' variableArnd Bergmann1-2/+5
2024-04-09tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet5-16/+27
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet4-10/+15
2024-04-09af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima1-1/+3
2024-04-08devlink: Support setting max_io_eqsParav Pandit1-0/+53
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet1-6/+12
2024-04-08mptcp: add reset reason options in some placesJason Xing1-5/+15
2024-04-08ipv4: Set scope explicitly in ip_route_output().Guillaume Nault5-7/+12
2024-04-08af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet1-12/+14
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet1-4/+4
2024-04-08Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...David S. Miller3-45/+6
2024-04-08Merge tag 'batadv-net-pullrequest-20240405' of git://git.open-mesh.org/linux-...David S. Miller1-1/+1
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet1-3/+3
2024-04-08ip_tunnel: harden copying IP tunnel params to userspaceAlexander Lobakin1-0/+2
2024-04-08ipv6: remove RTNL protection from ip6addrlbl_dump()Eric Dumazet1-7/+11
2024-04-08inet: frags: delay fqdir_free_fn()Eric Dumazet1-2/+2
2024-04-08ip6_vti: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-04-08ip6_vti: Do not use custom stat allocatorBreno Leitao1-10/+1
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+51
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+9
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-1/+1
2024-04-06Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-9/+1
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski6-18/+11