summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-31net/decnet: Delete obsolete TODO fileWang Qing1-40/+0
2021-03-31net/ax25: Delete obsolete TODO fileWang Qing1-20/+0
2021-03-30icmp: add response to RFC 8335 PROBE messagesAndreas Roeseler1-13/+121
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler2-0/+8
2021-03-30net: add support for sending RFC 8335 PROBE messagesAndreas Roeseler1-1/+3
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler1-0/+9
2021-03-30tcp: fix tcp_min_tso_segs sysctlEric Dumazet1-2/+0
2021-03-30sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-03-30ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-30ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-03-30tipc: fix htmldoc and smatch warningsJon Maloy2-2/+3
2021-03-29sit: use minkernel test robot1-1/+1
2021-03-29NFC: digital: Correct function name in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-29ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang1-1/+1
2021-03-29net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-299p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang1-1/+1
2021-03-29net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-29net: core: Correct function name netevent_unregister_notifier() in the kerneldocXiongfeng Wang1-1/+1
2021-03-29net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang1-1/+1
2021-03-29netlabel: Correct function name netlbl_mgmt_add() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-29l3mdev: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-28/+28
2021-03-29net: vsock: Fix a typoLu Wei1-1/+1
2021-03-29net: sctp: Fix some typosLu Wei2-2/+2
2021-03-29net: rds: Fix a typoLu Wei1-1/+1
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-27net: llc: Correct function name llc_pdu_set_pf_bit() in headerYang Yingliang1-1/+1
2021-03-27net: llc: Correct function name llc_sap_action_unitdata_ind() in headerYang Yingliang1-1/+1
2021-03-27net: llc: Correct some function names in headerYang Yingliang1-2/+2
2021-03-27tipc: fix kernel-doc warningsHoang Le1-0/+1
2021-03-27mld: add mc_lock for protecting per-interface mld dataTaehee Yoo1-116/+193
2021-03-27mld: add new workqueues for process mld eventsTaehee Yoo2-85/+199