summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-30batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2-2/+4
2023-08-30batman-adv: Don't increase MTU when set by userSven Eckelmann3-1/+22
2023-08-30batman-adv: Trigger events for auto adjusted MTUSven Eckelmann1-1/+1
2023-08-30wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-2/+10
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-30netfilter: nf_tables: fix out of memory error handlingFlorian Westphal1-3/+10
2023-08-30netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso1-1/+1
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-30can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp1-15/+7
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet5-7/+7
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-08-30devlink: add missing unregister linecard notificationJiri Pirko1-0/+3
2023-08-30devlink: move code to a dedicated directoryJakub Kicinski4-1/+4
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet1-2/+3
2023-08-30can: raw: fix receiver memory leakZiyang Xuan1-33/+24
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever1-5/+4
2023-08-23net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-23af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima1-5/+4
2023-08-23netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long1-3/+3
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-23net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-08-23netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso1-0/+3
2023-08-23ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-08-23netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal1-0/+1
2023-08-23netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal1-1/+12
2023-08-23xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-08-23xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-08-23ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2-2/+2
2023-08-23net: af_key: fix sadb_x_filter validationLin Ma1-2/+2
2023-08-23net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-08-23Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko1-1/+1
2023-08-23Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang1-0/+5
2023-08-23net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer5-20/+25
2023-08-23net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe3-37/+38
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet1-34/+25
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso4-71/+114
2023-08-16nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-16nexthop: Make nexthop bucket dump more efficientIdo Schimmel1-11/+5
2023-08-16nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-16net: tls: avoid discarding data on record closeJakub Kicinski1-31/+33
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2-3/+9
2023-08-16xsk: fix refcount underflow in error pathMagnus Karlsson1-0/+1
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal1-1/+1
2023-08-16net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer1-22/+51
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet1-6/+10