summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida2024-08-191-1/+4
* ipv4: Fix incorrect source address in Record Route optionIdo Schimmel2024-08-191-1/+1
* net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski2024-08-191-12/+9
* ipv6: take care of scope when choosing the src addrNicolas Dichtel2024-08-191-1/+2
* af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du2024-08-191-2/+84
* netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso2024-08-191-1/+2
* ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno2024-08-191-2/+2
* wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang2024-08-191-1/+3
* wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang2024-08-191-2/+2
* net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang2024-08-191-2/+3
* net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2024-08-191-15/+16
* net: relax socket state check at accept time.Paolo Abeni2024-07-271-1/+3
* Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa2024-07-271-0/+4
* net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STAT...Yunshui Jiang2024-07-271-4/+4
* wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov2024-07-271-2/+6
* ila: block BH in ila_output()Eric Dumazet2024-07-271-1/+6
* wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov2024-07-271-4/+10
* wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande2024-07-271-0/+1
* SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2024-07-181-1/+4
* tcp: avoid too many retransmit packetsEric Dumazet2024-07-181-5/+17
* tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet2024-07-181-1/+6
* net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2024-07-181-1/+17
* tcp: refactor tcp_retransmit_timer()Eric Dumazet2024-07-181-2/+8
* libceph: fix race between delayed_work() and ceph_monc_stop()Ilya Dryomov2024-07-181-2/+12
* tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2024-07-182-3/+10
* Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery2024-07-181-1/+1
* inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida2024-07-181-0/+2
* tcp_metrics: validate source addr lengthJakub Kicinski2024-07-181-0/+1
* UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell2024-07-181-1/+1
* net: tcp better handling of reordering then loss casesYuchung Cheng2024-07-181-19/+26
* tcp: add ece_ack flag to reno sack functionsYousuk Seung2024-07-181-10/+12
* tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai2024-07-181-25/+7
* tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet2024-07-181-25/+33
* sctp: prefer struct_size over open coded arithmeticErick Archer2024-07-181-3/+4
* tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2024-07-053-7/+12
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2024-07-053-11/+22
* ipv6: annotate some data-races around sk->sk_protEric Dumazet2024-07-053-10/+25
* batman-adv: Don't accept TT entries for out-of-spec VIDsSven Eckelmann2024-07-051-0/+27
* net/iucv: Avoid explicit cpumask var allocation on stackDawei Li2024-07-051-8/+18
* netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso2024-07-052-5/+6
* netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso2024-07-051-2/+3
* xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()Eric Dumazet2024-07-051-1/+7
* ipv6: prevent possible NULL dereference in rt6_probe()Eric Dumazet2024-07-051-0/+2
* netrom: Fix a memory leak in nr_heartbeat_expiry()Gavrilov Ilia2024-07-051-1/+2
* cipso: fix total option length computationOndrej Mosnacek2024-07-051-4/+8
* batman-adv: bypass empty buckets in batadv_purge_orig_ref()Eric Dumazet2024-07-051-0/+2
* net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu2024-07-051-2/+2
* ipv6/route: Add a missing check on proc_dointvecAditya Pakki2024-07-051-1/+5
* Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-07-051-7/+1
* tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet2024-07-051-1/+2