summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
4 daysnet: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
4 daysmctp: Handle error of rtnl_register_module().Kuniyuki Iwashima1-1/+1
4 daysrtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+17
4 daysnet/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
4 daysicmp: change the order of rate limitsEric Dumazet1-0/+2
4 daystcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
4 daysBluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz1-2/+2
4 dayswifi: 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-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet1-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-29wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau1-0/+13
2024-08-29wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau1-1/+26
2024-08-14netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal1-2/+2
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-03tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz1-0/+2
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-07-05netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-2/+14
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
2024-06-12netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso1-10/+0
2024-06-12inet: factor out locked section of inet_accept() in a new helperPaolo Abeni1-0/+2
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban1-1/+10
2024-06-12Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-0/+2
2024-06-12ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-2/+1
2024-06-12net: remove duplicate reuseport_lookup functionsLorenz Bauer2-6/+20
2024-06-12net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-0/+12
2024-06-12wifi: mac80211: don't use rate mask for scanningJohannes Berg1-0/+3
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+3
2024-05-02macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu1-0/+1
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-0/+3
2024-05-02net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet1-18/+20
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-2/+3
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean1-0/+8
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso1-1/+11
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-0/+9
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-0/+4
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold1-0/+9
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+8