summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-273-9/+9
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-11/+1
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-10/+2
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-0/+3
* rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong2021-04-271-2/+0
* net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-272-30/+15
* net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
* Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller2021-04-261-2/+4
|\
| * can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin2021-04-251-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-2649-1189/+1439
|\ \
| * | netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-2611-51/+61
| * | netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-2611-118/+261
| * | netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-262-172/+180
| * | netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-264-116/+105
| * | netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-269-336/+277
| * | netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso2021-04-264-71/+61
| * | netfilter: nf_log_syslog: Unset bridge logger in pernet exitPhil Sutter2021-04-261-0/+1
| * | netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-266-54/+61
| * | netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-262-18/+31
| * | netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-267-52/+66
| * | netfilter: xt_nat: pass table to hookfnFlorian Westphal2021-04-262-20/+69
| * | netfilter: x_tables: remove paranoia testsFlorian Westphal2021-04-2611-33/+0
| * | netfilter: arptables: unregister the tables by nameFlorian Westphal2021-04-262-10/+12
| * | netfilter: ip6tables: unregister the tables by nameFlorian Westphal2021-04-266-33/+22
| * | netfilter: iptables: unregister the tables by nameFlorian Westphal2021-04-266-32/+20
| * | 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