summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li2021-06-101-0/+1
* atm: Use list_for_each_entry() to simplify code in resources.cWang Hai2021-06-101-5/+2
* net: x25: Use list_for_each_entry() to simplify code in x25_route.cWang Hai2021-06-101-12/+3
* tipc:subscr.c: fix a spelling mistakegushengxian2021-06-101-1/+1
* tipc: socket.c: fix the use of copular verbgushengxian2021-06-101-1/+1
* node.c: fix the use of indefinite articlegushengxian2021-06-101-1/+1
* af_unix: remove the repeated word "and"gushengxian2021-06-101-1/+1
* vsock/vmci: remove the repeated word "be"gushengxian2021-06-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-0920-203/+615
|\
| * netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal2021-06-091-8/+7
| * netfilter: nfnetlink_hook: add depends-on nftablesFlorian Westphal2021-06-091-0/+1
| * netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King2021-06-091-1/+1
| * netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter2021-06-091-1/+3
| * netfilter: add new hook nfnl subsystemFlorian Westphal2021-06-074-0/+386
| * netfilter: annotate nf_tables base hook opsFlorian Westphal2021-06-071-1/+3
| * netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo2021-06-072-12/+39
| * netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo2021-06-072-0/+27
| * netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo2021-06-072-0/+29
| * netfilter: nftables: add nf_ct_pernet() helper functionPablo Neira Ayuso2021-06-076-38/+24
| * netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso2021-06-071-39/+25
| * netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso2021-06-071-38/+34
| * netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-076-70/+41
* | devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter2021-06-091-1/+1
* | net/x25: fix a mistake in grammargushengxian2021-06-091-1/+1
* | net: appletalk: fix some mistakes in grammargushengxian2021-06-091-3/+3
* | net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai2021-06-091-6/+2
* | net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.cWang Hai2021-06-091-3/+1
* | net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai2021-06-091-4/+1
* | Merge tag 'batadv-next-pullrequest-20210608' of git://git.open-mesh.org/linux...David S. Miller2021-06-0815-279/+310
|\ \
| * | batman-adv: Drop reduntant batadv interface checkSven Eckelmann2021-06-021-9/+0
| * | batman-adv: Don't manually reattach hard-interfaceSven Eckelmann2021-06-021-34/+0
| * | batman-adv: Avoid name based attaching of hard interfacesSven Eckelmann2021-06-023-14/+6
| * | batman-adv: Drop implicit creation of batadv net_devicesSven Eckelmann2021-06-023-45/+3
| * | batman-adv: Fix spelling mistakesZheng Yongjun2021-06-023-4/+4
| * | batman-adv: Remove the repeated declarationShaokun Zhang2021-05-301-1/+0
| * | batman-adv: mcast: add MRD + routable IPv4 multicast with bridges supportLinus Lüssing2021-05-301-36/+5
| * | batman-adv: bcast: avoid skb-copy for (re)queued broadcastsLinus Lüssing2021-05-171-1/+1
| * | batman-adv: bcast: queue per interface, if neededLinus Lüssing2021-05-175-138/+270
| * | batman-adv: Always send iface index+name in genlmsgSven Eckelmann2021-05-173-0/+24
| * | batman-adv: Start new development cycleSimon Wunderlich2021-05-171-1/+1
* | | page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2021-06-072-4/+38
* | | skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-072-3/+3
* | | mm: add a signature in struct pageMatteo Croce2021-06-071-0/+6
* | | l2tp: Fix spelling mistakesZheng Yongjun2021-06-072-2/+2
* | | net/ncsi: Fix spelling mistakesZheng Yongjun2021-06-072-3/+3
* | | ipv4: Fix spelling mistakesZheng Yongjun2021-06-074-6/+6
* | | netlabel: Fix spelling mistakesZheng Yongjun2021-06-072-2/+2
* | | atm: [br2864] fix spelling mistakesgushengxian2021-06-071-2/+2
* | | pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng2021-06-071-25/+13
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-0733-132/+296
|\ \ \