aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-03-29tcp: fix tcp_min_tso_segs sysctlEric Dumazet
2021-03-29sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-29ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-29ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-29tipc: fix htmldoc and smatch warningsJon Maloy
2021-03-28sit: use minkernel test robot
2021-03-28NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang
2021-03-28ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang
2021-03-28net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang
2021-03-289p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang
2021-03-28net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang
2021-03-28net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang
2021-03-28net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang
2021-03-28netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsXiongfeng Wang
2021-03-28l3mdev: Correct function names in the kerneldoc commentsXiongfeng Wang
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata
2021-03-28net: vsock: Fix a typoLu Wei
2021-03-28net: sctp: Fix some typosLu Wei
2021-03-28net: rds: Fix a typoLu Wei
2021-03-28xfrm_user.c: Added a punctuationBhaskar Chowdhury
2021-03-28xfrm_policy.c : Mundane typo fixBhaskar Chowdhury
2021-03-28sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury
2021-03-28reg.c: Fix a spelloBhaskar Chowdhury
2021-03-28node.c: A typo fixBhaskar Chowdhury
2021-03-28netfilter: nf_conntrack_acct.c: A typo fixBhaskar Chowdhury
2021-03-28netfilter: ipvs: A spello fixBhaskar Chowdhury
2021-03-28ncsi: internal.h: Fix a spelloBhaskar Chowdhury
2021-03-28mptcp: subflow.c: Fix a typoBhaskar Chowdhury
2021-03-28mac80211: cfg.c: A typo fixBhaskar Chowdhury
2021-03-28llc: llc_core.c: COuple of typo fixesBhaskar Chowdhury
2021-03-28kcm: kcmsock.c: Couple of typo fixesBhaskar Chowdhury
2021-03-28iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury
2021-03-28ipv6: route.c: A spello fixBhaskar Chowdhury
2021-03-28ipv6: addrconf.c: Fix a typoBhaskar Chowdhury
2021-03-28ipv4: tcp_lp.c: Couple of typo fixesBhaskar Chowdhury
2021-03-28ipv4: ip_output.c: Couple of typo fixesBhaskar Chowdhury
2021-03-28bearer.h: Spellos fixedBhaskar Chowdhury
2021-03-28af_x25.c: Fix a spelloBhaskar Chowdhury
2021-03-26net: llc: Correct function name llc_pdu_set_pf_bit() in headerYang Yingliang
2021-03-26net: llc: Correct function name llc_sap_action_unitdata_ind() in headerYang Yingliang
2021-03-26net: llc: Correct some function names in headerYang Yingliang
2021-03-26tipc: fix kernel-doc warningsHoang Le
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo
2021-03-26mld: convert from timer to delayed workTaehee Yoo
2021-03-26ethtool: fec: fix FEC_NONE checkJakub Kicinski