summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-0560-295/+450
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2454-240/+395
| |\
| | * net: bridge: don't notify switchdev for local FDB addressesVladimir Oltean2021-03-231-0/+2
| | * net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner2021-03-231-2/+4
| | * net: dsa: don't assign an error value to tag_opsGeorge McCollister2021-03-221-4/+7
| | * net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean2021-03-221-6/+8
| | * can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp2021-03-201-3/+3
| | * selinux: vsock: Set SID for socket returned by accept()David Brazdil2021-03-191-0/+1
| | * sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long2021-03-192-7/+7
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-188-44/+81
| | |\
| | | * netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso2021-03-181-0/+3
| | | * netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang2021-03-181-1/+1
| | | * netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso2021-03-181-0/+15
| | | * netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso2021-03-181-1/+3
| | | * netfilter: conntrack: Fix gre tunneling over ipv6Ludovic Senecaux2021-03-181-3/+0
| | | * netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal2021-03-151-0/+1
| | | * netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
| | | * Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-154-36/+55
| | | * Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-153-3/+3
| | * | net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12
| | * | ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-184-10/+15
| | * | net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-1/+18
| | * | Merge tag 'mac80211-for-net-2021-03-17' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-03-179-15/+32
| | |\ \
| | | * | wireless/nl80211: fix wdev_id may be used uninitializedJarod Wilson2021-03-161-1/+1
| | | * | mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel2021-03-161-1/+12
| | | * | nl80211: fix locking for wireless device netns changeJohannes Berg2021-03-161-3/+7
| | | * | mac80211: Check crypto_aead_encrypt for errorsDaniel Phan2021-03-162-4/+6
| | | * | mac80211: Allow HE operation to be longer than expected.Brian Norris2021-03-162-2/+2
| | | * | mac80211: minstrel_ht: remove unused variable 'mg'Johannes Berg2021-03-161-2/+0
| | | * | mac80211: fix double free in ibss_leaveMarkus Theil2021-03-161-0/+2
| | | * | mac80211: fix rate mask resetJohannes Berg2021-03-161-2/+2
| | * | | net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu2021-03-171-1/+1
| | * | | net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-164-6/+13
| | * | | can: isotp: TX-path: ensure that CAN frame flags are initializedMarc Kleine-Budde2021-03-161-6/+3
| | * | | can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FDMarc Kleine-Budde2021-03-161-1/+2
| | * | | can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-1/+1
| | |/ /
| | * | mptcp: fix ADD_ADDR HMAC in case port is specifiedDavide Caratti2021-03-151-10/+14
| | * | tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-152-4/+10
| | * | tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet2021-03-151-3/+8
| | |/
| | * flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin2021-03-141-1/+1
| | * net: qrtr: fix a kernel-infoleak in qrtr_recvmsg()Eric Dumazet2021-03-141-0/+5
| | * mptcp: fix bit MPTCP_PUSH_PENDING testsDan Carpenter2021-03-121-2/+2
| | * sch_htb: Fix offload cleanup in htb_destroy on htb_init failureMaxim Mikityanskiy2021-03-111-6/+9
| | * sch_htb: Fix select_queue for non-offload modeMaxim Mikityanskiy2021-03-111-0/+4
| | * net: sock: simplify tw proto registrationTonghao Zhang2021-03-111-16/+28
| | * net: sched: validate stab valuesEric Dumazet2021-03-104-7/+11
| | * drop_monitor: Perform cleanup upon probe registration failureIdo Schimmel2021-03-101-0/+23
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-101-2/+10
| | |\
| | | * bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer2021-03-081-2/+10
| | * | ipv6: fix suspecious RCU usage warningWei Wang2021-03-101-1/+1