summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-2/+2
2025-04-25xdp: Reset bpf_redirect_info before running a xdp's BPF prog.Sebastian Andrzej Siewior1-1/+8
2025-04-25sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro1-1/+2
2025-03-28Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy1-1/+1
2025-03-22netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal1-2/+2
2025-03-22netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-2/+14
2025-03-22Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz1-1/+2
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-03-07include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman1-0/+9
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+8
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+8
2025-02-27strparser: Add read_sock callbackJiayuan Chen1-0/+2
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-0/+14
2025-02-21net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-02-21net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko1-3/+12
2025-02-21ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-21vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-17net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-02-08xfrm: delete intermediate secpath entry in packet offload modeAlexandre Cassen1-3/+13
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso1-0/+6
2025-02-08netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal1-1/+1
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet1-5/+5
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-4/+3
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-5/+4
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet1-0/+3
2025-01-17tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-01-17tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2025-01-09wifi: mac80211: Add non-atomic station iteratorRory Little1-0/+18
2025-01-09wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih1-0/+13
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-0/+1
2024-12-19Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu1-0/+24
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-4/+0
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet1-0/+1
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-14Bluetooth: Add new quirks for ATS2851Danil Pylaev2-4/+20
2024-12-14netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-0/+1
2024-12-14net/smc: add operations to merge sndbuf with peer DMBWen Gu1-0/+3
2024-12-14net/smc: mark optional smcd_ops and check for support when calledWen Gu1-6/+8
2024-12-14net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-5/+10
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet2-8/+9
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-12-09net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-12-09wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-19/+24
2024-11-22bonding: add ns target multicast address to slave deviceHangbin Liu1-0/+2
2024-11-17bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rxZijian Zhang1-2/+10
2024-11-14netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-0/+4
2024-11-14netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1