Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-04-27netfilter: nft_socket: fix an unused variable warningArnd Bergmann
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso
2021-04-27netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso
2021-04-26net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti
2021-04-26Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso
2021-04-26Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-26netfilter: nf_log_syslog: Unset bridge logger in pernet exitPhil Sutter
2021-04-26netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal
2021-04-26netfilter: arptables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: ip6tables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: x_tables: add xt_find_tableFlorian Westphal
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal
2021-04-26netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal
2021-04-26netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-25can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit
2021-04-24mptcp: add MSG_PEEK supportYonglong Li
2021-04-24mptcp: ignore unsupported msg flagsPaolo Abeni
2021-04-24mptcp: implement MSG_TRUNC supportPaolo Abeni
2021-04-24mptcp: implement dummy MSG_ERRQUEUE supportPaolo Abeni
2021-04-24mptcp: Retransmit DATA_FINMat Martineau
2021-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets
2021-04-23xsk: Align XDP socket batch size with DPDKLi RongQing
2021-04-23net, xdp: Update pkt_type if generic XDP changes unicast MACMartin Willi
2021-04-22neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal
2021-04-21net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=nVladimir Oltean
2021-04-21net: qrtr: Avoid potential use after free in MHI sendBjorn Andersson
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel
2021-04-21vsock/virtio: free queued packets when closing socketStefano Garzarella