summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-012-11/+14
* net-procfs: show net devices bound packet typesJianguo Wu2022-02-011-3/+32
* ping: fix the sk_bound_dev_if match in ping_lookupXin Long2022-02-011-1/+2
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-012-1/+4
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-011-4/+4
* netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso2022-02-011-0/+3
* fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-02-011-2/+2
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-011-5/+5
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky2022-01-271-2/+0
* gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault2022-01-271-2/+3
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-271-1/+2
* netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-271-1/+3
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-272-4/+7
* net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-271-16/+1
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-272-5/+15
* ipv4: avoid quadratic behavior in netns dismantleEric Dumazet2022-01-271-19/+17
* ipv4: update fib_info_cnt under spinlock protectionEric Dumazet2022-01-271-3/+8
* xdp: check prog type before updating BPF linkToke Høiland-Jørgensen2022-01-271-0/+6
* Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz2022-01-271-1/+1
* xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2022-01-272-1/+25
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* xfrm: rate limit SA mapping change message to user spaceAntony Antony2022-01-273-4/+43
* 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
* batman-adv: allow netlink usage in unprivileged containersLinus Lüssing2022-01-271-15/+15
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* netrom: fix api breakage in nr_setsockopt()Dan Carpenter2022-01-271-6/+6
* ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter2022-01-271-5/+5
* Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter2022-01-271-6/+8
* netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal2022-01-271-0/+8
* bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima2022-01-271-0/+2
* netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong2022-01-271-1/+4
* Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz2022-01-271-2/+10
* 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
* 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