summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-301-26/+56
* net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer2021-04-301-19/+26
* SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever2021-04-301-16/+15
* SUNRPC: set rq_page_end differentlyChuck Lever2021-04-301-4/+3
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29340-7565/+14477
|\
| * net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-283-3/+3
| * net: netrom: nr_in: Remove redundant assignment to nsJiapeng Chong2021-04-281-1/+0
| * net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1
| * icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-8/+8
| * net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-04-271-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-277-103/+525
| |\
| | * netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2
| | * netfilter: nft_socket: fix an unused variable warningArnd Bergmann2021-04-271-2/+5
| | * netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-276-63/+458
| | * netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
| | * netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
| | * netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
| | * netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
| * | net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai2021-04-271-5/+5
| * | net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
| * | mpls: Remove redundant assignment to errJiapeng Chong2021-04-271-1/+0
| * | llc2: Remove redundant assignment to rcJiapeng Chong2021-04-271-2/+0
| * | net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
| * | rds: Remove redundant assignment to nr_sigJiapeng Chong2021-04-271-1/+0
| * | net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-273-53/+17
| * | 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