summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-23cfg80211: clean up variable use in cfg80211_parse_colocated_ap()Dan Carpenter1-3/+3
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg1-8/+0
2021-06-23mac80211: Remove redundant assignment to retYang Li1-1/+0
2021-06-23net: wireless: wext_compat.c: Remove redundant assignment to psYang Li1-1/+1
2021-06-23wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva1-7/+7
2021-06-23mptcp: refine mptcp_cleanup_rbufPaolo Abeni2-34/+23
2021-06-23mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang5-2/+15
2021-06-23mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang3-2/+11
2021-06-23mptcp: add sysctl allow_join_initial_addr_portGeliang Tang2-0/+17
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long3-19/+62
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long1-57/+49
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long1-36/+40
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long1-10/+2
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long4-2/+13
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long2-2/+53
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2-1/+39
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2-0/+46
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long4-6/+62
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-0/+93
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long1-0/+118
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long3-0/+38
2021-06-22sctp: add pad chunk and its make function and event tableXin Long2-0/+49
2021-06-22openvswitch: add trace pointsAaron Conole5-0/+179
2021-06-22ethtool: Validate module EEPROM offset as part of policyIdo Schimmel1-5/+2
2021-06-22ethtool: Validate module EEPROM length as part of policyIdo Schimmel1-4/+2
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel1-1/+1
2021-06-22bridge: cfm: remove redundant returngushengxian1-1/+1
2021-06-22mptcp: add MIB counter for invalid mappingPaolo Abeni3-1/+5
2021-06-22mptcp: drop redundant test in move_skbs_to_msk()Paolo Abeni1-3/+0
2021-06-22mptcp: don't clear MPTCP_DATA_READY in sk_wait_event()Paolo Abeni1-4/+2
2021-06-22mptcp: use fast lock for subflows when possiblePaolo Abeni2-10/+15
2021-06-22mptcp: drop tx skb cachePaolo Abeni2-87/+4
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-22Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko1-1/+2
2021-06-22net: add pf_family_names[] for protocol familyYejune Deng1-2/+50
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean1-48/+7
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean4-11/+15
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean1-6/+7
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean1-23/+2
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean1-15/+0
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean1-0/+7
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro1-13/+10
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro1-13/+16
2021-06-21unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro1-15/+11
2021-06-21fold unix_mknod() into unix_bind_bsd()Al Viro1-25/+17
2021-06-21unix_bind(): take BSD and abstract address cases into new helpersAl Viro1-73/+74
2021-06-21unix_bind(): separate BSD and abstract casesAl Viro1-21/+34
2021-06-21unix_bind(): allocate addr earlierAl Viro1-13/+15
2021-06-21af_unix: take address assignment/hash insertion into a new helperAl Viro1-13/+13
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter1-3/+3