summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-081-1/+2
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-082-1/+4
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-081-4/+4
* netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso2022-02-081-0/+3
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-081-5/+5
* net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov2022-01-291-0/+2
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-271-1/+3
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-272-5/+15
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni2022-01-271-3/+3
* net-sysfs: update the queue counts in the unregistration pathAntoine Tenart2022-01-271-0/+3
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-271-1/+4
* xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony2022-01-271-3/+18
* xfrm: interface with if_id 0 should return errorAntony Antony2022-01-271-2/+12
* 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
* nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski2022-01-271-0/+5
* can: bcm: switch timer to HRTIMER_MODE_SOFT and remove hrtimer_taskletThomas Gleixner2022-01-271-104/+52
* 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
* 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
* mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-111-1/+1
* net: fix use-after-free in tw_timer_handlerMuchun Song2022-01-051-6/+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
* netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2021-12-292-2/+4
* mac80211: validate extended element ID is presentJohannes Berg2021-12-221-0/+2
* sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-221-1/+0
* net/packet: rx_owner_map depends on pg_vecWillem de Bruijn2021-12-221-2/+3
* rds: memory leak in __rds_conn_create()Hangyu Hua2021-12-221-0/+1
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-221-5/+1
* mac80211: track only QoS data frames for admission controlJohannes Berg2021-12-221-3/+10
* mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-221-1/+1
* net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-221-0/+5
* nfc: fix segfault in nfc_genl_dump_devices_doneTadeusz Struk2021-12-221-2/+4
* net: sched: make function qdisc_free_cb() staticWei Yongjun2021-12-141-1/+1
* net_sched: fix a crash in tc_new_tfilter()Cong Wang2021-12-141-1/+3
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-141-1/+1
* udp: using datalen to cap max gso segmentsJianguo Wu2021-12-141-1/+1