summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-10node.c: fix the use of indefinite articlegushengxian1-1/+1
2021-06-10af_unix: remove the repeated word "and"gushengxian1-1/+1
2021-06-10vsock/vmci: remove the repeated word "be"gushengxian1-1/+1
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller20-203/+615
2021-06-09devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter1-1/+1
2021-06-09net/x25: fix a mistake in grammargushengxian1-1/+1
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal1-8/+7
2021-06-09netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal1-0/+1
2021-06-09netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King1-1/+1
2021-06-08net: appletalk: fix some mistakes in grammargushengxian1-3/+3
2021-06-09netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter1-1/+3
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai1-6/+2
2021-06-08net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai1-3/+1
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai1-4/+1
2021-06-08Merge tag 'batadv-next-pullrequest-20210608' of git://git.open-mesh.org/linux...David S. Miller15-279/+310
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2-4/+38
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce2-3/+3
2021-06-07mm: add a signature in struct pageMatteo Croce1-0/+6
2021-06-07l2tp: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-07net/ncsi: Fix spelling mistakesZheng Yongjun2-3/+3
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun4-6/+6
2021-06-07netlabel: Fix spelling mistakesZheng Yongjun2-2/+2
2021-06-07atm: [br2864] fix spelling mistakesgushengxian1-2/+2
2021-06-07pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng1-25/+13
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller33-132/+296
2021-06-07sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_do_events()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_charge_class()Yu Kuai1-0/+4
2021-06-07sch_htb: fix doc warning in htb_deactivate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_class_mode()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai1-0/+1
2021-06-07sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai1-0/+3
2021-06-07netfilter: add new hook nfnl subsystemFlorian Westphal4-0/+386
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal1-1/+3
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo2-12/+39
2021-06-07netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo2-0/+27
2021-06-07netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo2-0/+29
2021-06-07netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso6-38/+24
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso1-39/+25
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso1-38/+34
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso6-70/+41
2021-06-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur1-4/+2
2021-06-04tipc: Return the correct errno codeZheng Yongjun1-3/+3