summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-12-14Bluetooth: Add new quirks for ATS2851Danil Pylaev
2024-12-14netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso
2024-12-14net/smc: add operations to merge sndbuf with peer DMBWen Gu
2024-12-14net/smc: mark optional smcd_ops and check for support when calledWen Gu
2024-12-14net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-12-09net: use unrcu_pointer() helperEric Dumazet
2024-12-09wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-11-22bonding: add ns target multicast address to slave deviceHangbin Liu
2024-11-17bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rxZijian Zhang
2024-11-14netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-14netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2024-11-14netfilter: nf_tables: cleanup documentationGeorge Guo
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-10net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang
2024-10-04icmp: change the order of rate limitsEric Dumazet
2024-10-04tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih
2024-09-30netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-09-12net/socket: Break down __sys_getsockoptBreno Leitao
2024-09-12net/socket: Break down __sys_setsockoptBreno Leitao
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz
2024-09-12Bluetooth: Remove pending ACL connection attemptsJonas Dreßler
2024-09-12Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler
2024-09-12Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler
2024-09-12net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet
2024-09-04bonding: change ipsec_lock from spin lock to mutexJianbo Liu
2024-09-04netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso
2024-09-04netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso
2024-08-29kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima
2024-08-29tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-08-29vsock: fix recursive ->recvmsg callsCong Wang