summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen
2021-06-22mptcp: refine mptcp_cleanup_rbufPaolo Abeni
2021-06-22mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang
2021-06-22mptcp: add sysctl allow_join_initial_addr_portGeliang Tang
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long
2021-06-22sctp: add pad chunk and its make function and event tableXin Long
2021-06-22openvswitch: add trace pointsAaron Conole
2021-06-22ethtool: Validate module EEPROM offset as part of policyIdo Schimmel
2021-06-22ethtool: Validate module EEPROM length as part of policyIdo Schimmel
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel
2021-06-22bridge: cfm: remove redundant returngushengxian
2021-06-22mptcp: add MIB counter for invalid mappingPaolo Abeni
2021-06-22mptcp: drop redundant test in move_skbs_to_msk()Paolo Abeni
2021-06-22mptcp: don't clear MPTCP_DATA_READY in sk_wait_event()Paolo Abeni
2021-06-22mptcp: use fast lock for subflows when possiblePaolo Abeni
2021-06-22mptcp: drop tx skb cachePaolo Abeni
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet
2021-06-21Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko
2021-06-21net: add pf_family_names[] for protocol familyYejune Deng
2021-06-21netfilter: nfnetlink_hook: fix check for snprintf() overflowDan Carpenter
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro