summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-20net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet3-2/+23
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet5-7/+7
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet1-4/+7
2023-08-19xprtrdma: Remap Receive buffers after a reconnectChuck Lever1-5/+4
2023-08-19net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang1-0/+4
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang6-24/+82
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang6-6/+62
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang3-0/+71
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang3-24/+37
2023-08-19net/smc: support smc release version negotiation in clc handshakeGuangguan Wang5-13/+51
2023-08-19dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-19tcp: refine skb->ooo_okay settingEric Dumazet1-7/+14
2023-08-19sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-08-19devlink: add missing unregister linecard notificationJiri Pirko1-0/+3
2023-08-19Merge tag 'batadv-next-pullrequest-20230816' of git://git.open-mesh.org/linux...Jakub Kicinski11-221/+28
2023-08-19Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski6-5/+29
2023-08-19net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer1-1/+12
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-67/+113
2023-08-18Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds18-67/+110
2023-08-18netem: use seeded PRNG for correlated loss eventsFrançois Michel1-10/+12
2023-08-18netem: use a seeded PRNG for generating random lossesFrançois Michel1-5/+6
2023-08-18netem: add prng attribute to netem_sched_dataFrançois Michel1-0/+16
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-1/+40
2023-08-16bpf: Add update_socket_protocol hookGeliang Tang2-1/+40
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2-9/+52
2023-08-16Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller5-29/+66
2023-08-16inet: implement lockless IP_MINTTLEric Dumazet1-18/+14
2023-08-16inet: implement lockless IP_TTLEric Dumazet2-16/+13
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet5-13/+17
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet4-9/+9
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet5-15/+13
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet6-9/+9
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet7-28/+24
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet4-14/+14
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet8-17/+15
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet9-39/+29
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet5-19/+17
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet2-10/+10
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet8-30/+27
2023-08-16inet: set/get simple options locklesslyEric Dumazet1-56/+62
2023-08-16inet: introduce inet->inet_flagsEric Dumazet7-60/+39
2023-08-16ipv6: fix indentation of a config attributePrasad Pandit1-1/+1
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller8-30/+33
2023-08-16net: warn about attempts to register negative ifindexJakub Kicinski1-0/+5
2023-08-16net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-08-16nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel1-1/+0
2023-08-16nexthop: Simplify nexthop bucket dumpIdo Schimmel1-5/+0