summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-30can: raw: add missing refcount for memory leak fixOliver Hartkopp
2023-08-30batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann
2023-08-30batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel
2023-08-30batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel
2023-08-30batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel
2023-08-30batman-adv: Don't increase MTU when set by userSven Eckelmann
2023-08-30batman-adv: Trigger events for auto adjusted MTUSven Eckelmann
2023-08-30net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov
2023-08-30net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-30rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot
2023-08-30netfilter: nf_tables: fix out of memory error handlingFlorian Westphal
2023-08-30netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet
2023-08-30can: raw: fix receiver memory leakZiyang Xuan
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-08-26net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-26af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima
2023-08-26netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-26sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-26netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-26ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-26netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal
2023-08-26netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal
2023-08-26xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma
2023-08-26xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
2023-08-26ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma
2023-08-26net: af_key: fix sadb_x_filter validationLin Ma
2023-08-26net: xfrm: Fix xfrm_address_filter OOB readLin Ma
2023-08-26Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang
2023-08-26net: tls: avoid discarding data on record closeJakub Kicinski
2023-08-26net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan
2023-08-26net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-16nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-16nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-16nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-16xsk: fix refcount underflow in error pathMagnus Karlsson
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet
2023-08-16bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai