summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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-211-9/+19
| | * | net: fix a data race when get vlan deviceDi Zhu2021-04-202-0/+7
| | * | gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-04-201-4/+4
| | * | net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-04-201-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-261-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-265-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