summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-19netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-101/+13
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso3-3/+12
2024-08-19netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso1-4/+9
2024-08-19SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-19wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-08-19Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-19ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-19net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-08-19tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-08-19ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-19net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2024-08-19ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-08-19af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-08-19netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso1-1/+2
2024-08-19ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno1-2/+2
2024-08-19wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang1-1/+3
2024-08-19wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang1-2/+2
2024-08-19net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-08-19net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2024-07-27net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-07-27Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-07-27net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang1-4/+4
2024-07-27wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov1-2/+6
2024-07-27ila: block BH in ila_output()Eric Dumazet1-1/+6
2024-07-27wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov1-4/+10
2024-07-27wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande1-0/+1
2024-07-18SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-1/+4
2024-07-18tcp: avoid too many retransmit packetsEric Dumazet1-5/+17
2024-07-18tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet1-1/+6
2024-07-18net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong1-1/+17
2024-07-18tcp: refactor tcp_retransmit_timer()Eric Dumazet1-2/+8
2024-07-18libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov1-2/+12
2024-07-18tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2-3/+10
2024-07-18Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery1-1/+1
2024-07-18inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-18tcp_metrics: validate source addr lengthJakub Kicinski1-0/+1
2024-07-18UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell1-1/+1
2024-07-18net: tcp better handling of reordering then loss casesYuchung Cheng1-19/+26
2024-07-18tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2024-07-18tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai1-25/+7
2024-07-18tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet1-25/+33
2024-07-18sctp: prefer struct_size over open coded arithmeticErick Archer1-3/+4
2024-07-05tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima3-7/+12
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima3-11/+22
2024-07-05ipv6: annotate some data-races around sk->sk_protEric Dumazet3-10/+25
2024-07-05batman-adv: Don't accept TT entries for out-of-spec VIDsSven Eckelmann1-0/+27
2024-07-05net/iucv: Avoid explicit cpumask var allocation on stackDawei Li1-8/+18
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2-5/+6
2024-07-05netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso1-2/+3