summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet2022-01-271-1/+1
* netfilter: bridge: add support for pppoe filteringFlorian Westphal2022-01-271-4/+3
* Bluetooth: stop proccessing malicious adv dataPavel Skripkin2022-01-271-1/+7
* Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2022-01-271-3/+1
* Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz2022-01-271-0/+19
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-271-0/+5
* can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde2022-01-161-2/+2
* ipv6: raw: check passed optlen before readingTamir Duberstein2022-01-111-0/+3
* net: udp: fix alignment problem in udp4_seq_show()yangxingwu2022-01-111-1/+1
* ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2022-01-111-0/+2
* ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-111-5/+3
* ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-111-2/+5
* phonet: refcount leak in pep_sock_accepHangyu Hua2022-01-111-0/+1
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing2022-01-113-11/+21
* lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2022-01-113-0/+11
* ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2022-01-111-1/+5
* ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2022-01-111-1/+20
* ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern2022-01-111-3/+14
* ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2022-01-111-3/+26
* mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-111-1/+1
* netrom: fix copying in user data in nr_setsockoptChristoph Hellwig2022-01-111-1/+1
* net: fix use-after-free in tw_timer_handlerMuchun Song2022-01-051-6/+4
* net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang2022-01-051-1/+5
* net/smc: fix kernel panic caused by race of smc_sockDust Li2022-01-058-76/+57
* net/smc: don't send CDC/LLC message if link not readyDust Li2022-01-055-5/+11
* net/smc: improved fix wait on already cleared linkKarsten Graul2022-01-055-41/+85
* net/smc: fix using of uninitialized completionsKarsten Graul2022-01-051-2/+4
* sctp: use call_rcu to free endpointXin Long2022-01-053-22/+36
* udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2022-01-051-1/+1
* phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont2021-12-291-0/+2
* ax25: NPD bug when detaching AX25 deviceLin Ma2021-12-291-1/+3
* mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-291-0/+3
* netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2021-12-292-2/+4
* Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson2021-12-221-2/+2
* xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson2021-12-221-2/+2
* sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-221-1/+0
* net/smc: Prevent smc_release() from long blockingD. Wythe2021-12-221-1/+3
* net: Fix double 0x prefix print in SKB dumpGal Pressman2021-12-221-1/+1
* net/packet: rx_owner_map depends on pg_vecWillem de Bruijn2021-12-221-2/+3
* mptcp: clear 'kern' flag from fallback socketsFlorian Westphal2021-12-221-1/+3
* rds: memory leak in __rds_conn_create()Hangyu Hua2021-12-221-0/+1
* flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng2021-12-221-0/+1
* mac80211: fix lookup when adding AddBA extension elementJohannes Berg2021-12-221-2/+3
* mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg2021-12-221-2/+8
* net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti2021-12-221-2/+2
* inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet2021-12-221-3/+1
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-221-5/+1
* virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang2021-12-221-1/+2
* mac80211: track only QoS data frames for admission controlJohannes Berg2021-12-221-3/+10