summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-14net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin1-1/+1
2021-06-14net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ...Oleksij Rempel1-2/+5
2021-06-14mld: avoid unnecessary high order page allocation in mld_newpack()Taehee Yoo1-11/+14
2021-06-14ipv6: fib6: remove redundant initialization of variable errColin Ian King1-1/+1
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern1-1/+14
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski1-0/+2
2021-06-14sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore1-6/+6
2021-06-12wwan: add interface creation supportJohannes Berg1-0/+1
2021-06-12rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg1-0/+10
2021-06-12rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg1-5/+14
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du2-13/+12
2021-06-12net/af_iucv: clean up some forward declarationsJulian Wiedmann1-17/+10
2021-06-11vsock/loopback: enable SEQPACKET for transportArseny Krasnov1-0/+12
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov1-0/+26
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov1-2/+39
2021-06-11virtio/vsock: add SEQPACKET receive logicArseny Krasnov1-3/+31
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov1-0/+84
2021-06-11virtio/vsock: simplify credit update function APIArseny Krasnov1-4/+3
2021-06-11virtio/vsock: set packet's type in virtio_transport_send_pkt_info()Arseny Krasnov1-14/+5
2021-06-11af_vsock: update comments for stream socketsArseny Krasnov1-14/+17
2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov1-2/+46
2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov1-5/+15
2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov1-1/+54
2021-06-11af_vsock: separate receive data loopArseny Krasnov1-49/+67