summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-28net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-28net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang1-1/+1
2021-03-28net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang1-1/+1
2021-03-28netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-28l3mdev: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-28net: dsa: mt7530: clean up core and TRGMII clock setupIlya Lipnitskiy1-16/+13
2021-03-28net: hns3: no return statement in hclge_clear_arfs_rulesLiu Jian1-1/+1
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2-30/+30
2021-03-28net: vsock: Fix a typoLu Wei1-1/+1
2021-03-28net: sctp: Fix some typosLu Wei2-2/+2
2021-03-28net: rds: Fix a typoLu Wei1-1/+1
2021-03-28drivers: net: smc91x: remove redundant initialization of pointer gpioColin Ian King1-1/+1
2021-03-28Merge branch 'selftests-packets-per-second'David S. Miller3-0/+113
2021-03-28selftests: forwarding: Add tc-police tests for packets per secondBaowen Zheng2-0/+65
2021-03-28selftests: tc-testing: add action police selftest for packets per secondBaowen Zheng1-0/+48
2021-03-28xfrm_user.c: Added a punctuationBhaskar Chowdhury1-1/+1
2021-03-28xfrm_policy.c : Mundane typo fixBhaskar Chowdhury1-1/+1
2021-03-28sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury1-5/+5
2021-03-28reg.c: Fix a spelloBhaskar Chowdhury1-1/+1
2021-03-28node.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-28netfilter: nf_conntrack_acct.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-28netfilter: ipvs: A spello fixBhaskar Chowdhury1-1/+1
2021-03-28ncsi: internal.h: Fix a spelloBhaskar Chowdhury1-1/+1
2021-03-28mptcp: subflow.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-28mac80211: cfg.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-28llc: llc_core.c: COuple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28ipv6: route.c: A spello fixBhaskar Chowdhury1-1/+1
2021-03-28ipv6: addrconf.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-28ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-28bearer.h: Spellos fixedBhaskar Chowdhury1-3/+3
2021-03-28af_x25.c: Fix a spelloBhaskar Chowdhury1-1/+1
2021-03-26farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian1-2/+1
2021-03-26Merge branch 'llc-kdoc'David S. Miller3-4/+4
2021-03-26net: llc: Correct function name llc_pdu_set_pf_bit() in headerYang Yingliang1-1/+1
2021-03-26net: llc: Correct function name llc_sap_action_unitdata_ind() in headerYang Yingliang1-1/+1
2021-03-26net: llc: Correct some function names in headerYang Yingliang1-2/+2
2021-03-26tipc: fix kernel-doc warningsHoang Le1-0/+1
2021-03-26net: stmmac: Fix kernel panic due to NULL pointer dereference of fpe_cfgMohammad Athari Bin Ismail2-12/+14
2021-03-26net: ethernet: remove duplicated includeXu Jia1-1/+0
2021-03-26Merge branch 'axienet-clock-additions'David S. Miller4-17/+54
2021-03-26net: axienet: Enable more clocksRobert Hancock3-11/+35
2021-03-26dt-bindings: net: xilinx_axienet: Document additional clocksRobert Hancock1-6/+19
2021-03-26Merge branch 'mld-sleepable'David S. Miller9-471/+678
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo2-116/+194
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo4-86/+210
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo7-188/+140
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo2-77/+130