summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-27gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault1-2/+3
2022-01-27xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault1-1/+2
2022-01-27netns: add schedule point in ops_exit_list()Eric Dumazet1-1/+3
2022-01-27inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2-4/+7
2022-01-27net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
2022-01-27af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2-5/+15
2022-01-27ipv4: avoid quadratic behavior in netns dismantleEric Dumazet1-19/+17
2022-01-27ipv4: update fib_info_cnt under spinlock protectionEric Dumazet1-3/+8
2022-01-27xdp: check prog type before updating BPF linkToke Høiland-Jørgensen1-0/+6
2022-01-27Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz1-1/+1
2022-01-27xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2-1/+25
2022-01-27udp6: Use Segment Routing Header for dest address if presentAndrew Lunn1-1/+2
2022-01-27icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2-1/+35
2022-01-27seg6: export get_srh() for ICMP handlingAndrew Lunn2-31/+31
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