summaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-29drivers: net: smc91x: remove redundant initialization of pointer gpioColin Ian King1-1/+1
2021-03-29selftests: forwarding: Add tc-police tests for packets per secondBaowen Zheng2-0/+65
2021-03-29selftests: tc-testing: add action police selftest for packets per secondBaowen Zheng1-0/+48
2021-03-29xfrm_user.c: Added a punctuationBhaskar Chowdhury1-1/+1
2021-03-29xfrm_policy.c : Mundane typo fixBhaskar Chowdhury1-1/+1
2021-03-29sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury1-5/+5
2021-03-29reg.c: Fix a spelloBhaskar Chowdhury1-1/+1
2021-03-29node.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-29netfilter: nf_conntrack_acct.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-29netfilter: ipvs: A spello fixBhaskar Chowdhury1-1/+1
2021-03-29ncsi: internal.h: Fix a spelloBhaskar Chowdhury1-1/+1
2021-03-29mptcp: subflow.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-29mac80211: cfg.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-29llc: llc_core.c: COuple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-29kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-29iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-29ipv6: route.c: A spello fixBhaskar Chowdhury1-1/+1
2021-03-29ipv6: addrconf.c: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-29ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-29ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-29bearer.h: Spellos fixedBhaskar Chowdhury1-3/+3
2021-03-29af_x25.c: Fix a spelloBhaskar Chowdhury1-1/+1
2021-03-26farsync: use DEFINE_SPINLOCK() for spinlockLiu Jian1-2/+1
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-26net: axienet: Enable more clocksRobert Hancock3-11/+35
2021-03-26dt-bindings: net: xilinx_axienet: Document additional clocksRobert Hancock1-6/+19
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
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo2-32/+24
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo2-10/+0
2021-03-26mld: convert from timer to delayed workTaehee Yoo2-65/+83
2021-03-26ethtool: document the enum values not definesJakub Kicinski1-10/+10
2021-03-26ethtool: fec: fix FEC_NONE checkJakub Kicinski1-1/+1
2021-03-26ethtool: fec: add note about reuse of reservedJakub Kicinski1-0/+4
2021-03-26selftests: mptcp: signal addresses testcasesGeliang Tang1-0/+58
2021-03-26mptcp: rename mptcp_pm_nl_add_addr_send_ackGeliang Tang3-6/+6
2021-03-26mptcp: send ack for rm_addrGeliang Tang3-5/+7
2021-03-26mptcp: drop useless addr_signal clearGeliang Tang1-8/+0
2021-03-26mptcp: move to next addr when subflow creation failGeliang Tang3-0/+18
2021-03-26mptcp: export lookup_anno_list_by_saddrGeliang Tang2-5/+8
2021-03-26selftests: mptcp: timeout testcases for multi addressesGeliang Tang1-2/+24
2021-03-26selftests: mptcp: add cfg_do_w for cfg_removeGeliang Tang1-3/+7
2021-03-26mptcp: move to next addr when timeoutGeliang Tang1-0/+3