aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-22net/ipv4: swap flow ports when validating sourceMiao Wang1-0/+2
2021-06-22ip6_tunnel: fix GRE6 segmentationJakub Kicinski1-2/+2
2021-06-22mptcp: drop duplicate mptcp_setsockopt() declarationPaolo Abeni1-3/+0
2021-06-22mptcp: avoid race on msk state changesPaolo Abeni3-8/+29
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-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-22netfilter: nf_tables: do not allow to delete table with owner by handlePablo Neira Ayuso1-3/+9
2021-06-22netfilter: nf_tables: skip netlink portID validation if zeroPablo Neira Ayuso1-1/+1
2021-06-22xfrm: Fix xfrm offload fallback fail caseAyush Sawal1-0/+1
2021-06-21pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-06-21Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko1-1/+2
2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-06-21net: add pf_family_names[] for protocol familyYejune Deng1-2/+50
2021-06-21mptcp: fix 32 bit DSN expansionPaolo Abeni1-16/+1
2021-06-21mptcp: fix bad handling of 32 bit ack wrap-aroundPaolo Abeni2-14/+23
2021-06-21netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer...Pablo Neira Ayuso1-10/+7
2021-06-21netfilter: nf_tables: memleak in hw offload abort pathPablo Neira Ayuso2-37/+31
2021-06-21netfilter: nfnetlink_hook: fix check for snprintf() overflowDan Carpenter1-1/+3
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-21tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski1-1/+1
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