summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel1-1/+1
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz1-0/+1
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+2
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger1-13/+13
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+5
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-2/+1
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+1
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima1-1/+1
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+17
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
2024-10-10net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang2-2/+11
2024-10-04icmp: change the order of rate limitsEric Dumazet1-0/+2
2024-10-04tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
2024-10-04Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz1-2/+2
2024-10-04wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih1-3/+4
2024-09-30netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso1-0/+13
2024-09-12net/socket: Break down __sys_getsockoptBreno Leitao1-2/+2
2024-09-12net/socket: Break down __sys_setsockoptBreno Leitao1-0/+2
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz1-0/+4
2024-09-12Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz2-4/+25
2024-09-12Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz1-0/+12
2024-09-12Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz1-2/+1
2024-09-12Bluetooth: Remove pending ACL connection attemptsJonas Dreßler1-1/+0
2024-09-12Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler2-0/+4
2024-09-12Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler1-0/+2
2024-09-12net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti1-0/+2
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2-3/+2
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet1-1/+1
2024-09-04bonding: change ipsec_lock from spin lock to mutexJianbo Liu1-1/+1
2024-09-04netfilter: nf_tables_ipv6: consider network offset in netdev/egress validationPablo Neira Ayuso1-2/+3
2024-09-04netfilter: nf_tables: restore IP sanity checks for netdev/egressPablo Neira Ayuso1-4/+6
2024-08-29kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+1
2024-08-29tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2-2/+2
2024-08-29vsock: fix recursive ->recvmsg callsCong Wang1-0/+4
2024-08-29net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...Long Li1-0/+1
2024-08-14ipv6: fix source address selection with route leakNicolas Dichtel1-6/+14
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel1-0/+1
2024-08-03xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-26/+10
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz1-0/+2
2024-07-18bpf: Fix too early release of tcx_entryDaniel Borkmann1-4/+9
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+1
2024-06-27netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu1-0/+3
2024-06-27net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-0/+1
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-06-21geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-2/+3
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet2-11/+4