summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | netfilter: x_tables: add xt_find_tableFlorian Westphal2021-04-261-0/+17
| | * | netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-264-20/+2
| | * | netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal2021-04-264-51/+54
| | * | netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-266-14/+104
| | * | netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso2021-04-261-1/+47
| | * | netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal2021-04-262-37/+38
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-2610-22/+71
| |\ \
| | * | mptcp: Retransmit DATA_FINMat Martineau2021-04-231-2/+23
| | * | openvswitch: meter: remove rate from the bucket size calculationIlya Maximets2021-04-231-2/+2
| | * | neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal2021-04-211-0/+4
| | * | net: qrtr: Avoid potential use after free in MHI sendBjorn Andersson2021-04-211-3/+5
| | * | vsock/virtio: free queued packets when closing socketStefano Garzarella2021-04-201-9/+19
| | * | net: fix a data race when get vlan deviceDi Zhu2021-04-192-0/+7
| | * | gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-04-191-4/+4
| | * | net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-04-191-0/+6
| | * | vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-04-191-2/+1
| * | | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-251-1/+10
| |\ \ \
| | * | | devlink: Extend SF port attributes to have external attributeParav Pandit2021-04-241-1/+10
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-255-10/+11
| |\ \ \ | | |/ / | |/| |
| | * | xsk: Align XDP socket batch size with DPDKLi RongQing2021-04-231-1/+1
| | * | net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi2021-04-221-1/+5
| | * | sock_map: Fix a potential use-after-free in sock_map_close()Cong Wang2021-04-121-1/+2
| | * | skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-123-5/+3
| | * | bpf, udp: Remove some pointless commentsCong Wang2021-04-061-2/+0
| * | | mptcp: add MSG_PEEK supportYonglong Li2021-04-231-9/+13
| * | | mptcp: ignore unsupported msg flagsPaolo Abeni2021-04-231-4/+5
| * | | mptcp: implement MSG_TRUNC supportPaolo Abeni2021-04-231-7/+9
| * | | mptcp: implement dummy MSG_ERRQUEUE supportPaolo Abeni2021-04-231-0/+4
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-04-233-62/+15
| |\ \ \
| | * | | xfrm: ipcomp: remove unnecessary get_cpu()Sabrina Dubroca2021-04-191-17/+8
| | * | | xfrm: avoid synchronize_rcu during netns destructionFlorian Westphal2021-04-191-3/+7
| | * | | xfrm: remove stray synchronize_rcu from xfrm_initFlorian Westphal2021-04-191-3/+0
| | * | | flow: remove spi key from flowi structFlorian Westphal2021-04-191-39/+0
| * | | | net: sock: remove the unnecessary check in proto_registerTonghao Zhang2021-04-231-1/+1
| * | | | net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=nVladimir Oltean2021-04-211-1/+1
| * | | | net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel2021-04-211-1/+1
| * | | | net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz2021-04-201-17/+86
| * | | | net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz2021-04-201-18/+7
| * | | | Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-2017-80/+125
| |\ \ \ \
| | * | | | cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg2021-04-191-0/+2
| | * | | | wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2021-04-191-1/+1
| | * | | | wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2021-04-191-8/+8
| | * | | | wireless: align some HE capabilities with the specJohannes Berg2021-04-191-9/+10
| | * | | | mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein2021-04-193-3/+12
| | * | | | mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach2021-04-191-5/+2
| | * | | | mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach2021-04-191-9/+1
| | * | | | nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP rangingAvraham Stern2021-04-192-1/+12
| | * | | | mac80211: aes_cmac: check crypto_shash_setkey() return valueJohannes Berg2021-04-191-2/+9
| | * | | | mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King2021-04-191-1/+1
| | * | | | mac80211: properly process TXQ management framesJohannes Berg2021-04-191-5/+14