summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-18mptcp: add the mib for data checksumGeliang Tang3-1/+5
2021-06-18mptcp: tune re-injections for csum enabled modePaolo Abeni1-3/+5
2021-06-18mptcp: validate the data checksumPaolo Abeni2-6/+103
2021-06-18mptcp: receive checksum for DSSGeliang Tang1-6/+10
2021-06-18mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang2-9/+29
2021-06-18mptcp: add csum_reqd in mptcp_options_receivedGeliang Tang4-3/+9
2021-06-18mptcp: add sk parameter for mptcp_get_optionsGeliang Tang3-8/+10
2021-06-18mptcp: send out checksum for DSSGeliang Tang1-7/+21
2021-06-18mptcp: send out checksum for MP_CAPABLE with dataGeliang Tang1-9/+43
2021-06-18mptcp: add csum_reqd in mptcp_out_optionsGeliang Tang3-3/+12
2021-06-18mptcp: generate the data checksumGeliang Tang2-1/+24
2021-06-18mptcp: add csum_enabled in mptcp_sockGeliang Tang3-0/+4
2021-06-18seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer1-22/+72
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg1-11/+11
2021-06-18mac80211: reset profile_periodicity/ema_apJohannes Berg1-0/+8
2021-06-18cfg80211: avoid double free of PMSR requestAvraham Stern1-2/+14
2021-06-18cfg80211: make certificate generation more robustJohannes Berg1-1/+1
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau1-1/+1
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-71/+626
2021-06-17net: sched: fix error return code in tcf_del_walker()Yang Yingliang1-1/+2
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce6-108/+143
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce4-1/+99
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce3-0/+286
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce7-21/+395
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet1-3/+4
2021-06-16net/packet: annotate accesses to po->ifindexEric Dumazet1-7/+9
2021-06-16net/packet: annotate accesses to po->bindEric Dumazet1-8/+8
2021-06-16Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller4-54/+185
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan1-0/+1
2021-06-16net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister1-1/+2
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa3-40/+142
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel1-14/+40
2021-06-16ethtool: add a stricter length checkJakub Kicinski1-3/+8
2021-06-16inet_diag: add support for tw_markMaciej Żenczykowski1-2/+10
2021-06-15netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin1-9/+10
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-7/+1
2021-06-15net/sched: cls_flower: Remove match on n_protoBoris Sukholitko1-2/+1
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima2-5/+42
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-0/+10
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima4-14/+58
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.Kuniyuki Iwashima1-6/+69
2021-06-15tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.Kuniyuki Iwashima1-1/+69
2021-06-15tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima1-14/+64
2021-06-15tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima3-11/+185
2021-06-15tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima1-18/+57
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima1-0/+9
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz1-3/+3
2021-06-14net: flow_dissector: fix RPS on DSA mastersVladimir Oltean1-2/+2
2021-06-14net: core: devlink: add dropped stats traps fieldOleksandr Mazur1-4/+49