summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-27mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih1-1/+1
2022-01-27xfrm: rate limit SA mapping change message to user spaceAntony Antony3-4/+43
2022-01-27bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni1-3/+3
2022-01-27net-sysfs: update the queue counts in the unregistration pathAntoine Tenart1-0/+3
2022-01-27batman-adv: allow netlink usage in unprivileged containersLinus Lüssing1-15/+15
2022-01-27Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka1-2/+4
2022-01-27Bluetooth: Fix memory leak of hci deviceWei Yongjun1-0/+2
2022-01-27Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun1-0/+1
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey3-3/+21
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2-1/+8
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey3-2/+5
2022-01-27netrom: fix api breakage in nr_setsockopt()Dan Carpenter1-6/+6
2022-01-27ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter1-5/+5
2022-01-27mptcp: fix a DSS option writing errorGeliang Tang1-0/+1
2022-01-27mptcp: fix opt size when sending DSS + MP_FAILMatthieu Baerts1-3/+6
2022-01-27mptcp: fix per socket endpoint accountingPaolo Abeni1-6/+12
2022-01-27Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()Dan Carpenter1-6/+8
2022-01-27net/smc: Reset conn->lgr when link group registration failsWen Gu3-9/+13
2022-01-27net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-3/+6
2022-01-27netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal1-0/+8
2022-01-27netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso1-0/+3
2022-01-27bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().Kuniyuki Iwashima1-0/+2
2022-01-27bpf, sockmap: Fix double bpf_prog_put on error case in map_linkJohn Fastabend1-8/+13
2022-01-27bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend1-0/+27
2022-01-27netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong1-1/+4
2022-01-27net: dsa: fix incorrect function pointer check for MRP ring rolesVladimir Oltean1-2/+2
2022-01-27net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem1-5/+25
2022-01-27Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz1-2/+10
2022-01-27xfrm: state and policy should fail if XFRMA_IF_ID 0Antony Antony1-3/+18
2022-01-27xfrm: interface with if_id 0 should return errorAntony Antony1-2/+12
2022-01-27xfrm: fix a small bug in xfrm_sa_len()Eric Dumazet1-1/+1
2022-01-27Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flagLuiz Augusto von Dentz1-7/+7
2022-01-27Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang1-106/+142
2022-01-27netfilter: bridge: add support for pppoe filteringFlorian Westphal1-4/+3
2022-01-27Bluetooth: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2022-01-27Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai1-3/+1
2022-01-27Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz1-0/+19
2022-01-27nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski1-0/+5
2022-01-16can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde1-2/+2
2022-01-16Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg1-1/+2
2022-01-11ipv6: raw: check passed optlen before readingTamir Duberstein1-0/+3
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2022-01-11ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao1-0/+2
2022-01-11ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern1-5/+3
2022-01-11ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern1-2/+5
2022-01-11phonet: refcount leak in pep_sock_accepHangyu Hua1-0/+1
2022-01-11net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang1-0/+2
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2022-01-11batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing3-11/+21
2022-01-11sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2-32/+36