summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| * | | | | bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
* | | | | | devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-071-8/+8
* | | | | | ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-071-1/+2
* | | | | | tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet2021-12-031-2/+2
* | | | | | inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistentlyEric Dumazet2021-12-031-1/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-0219-72/+139
|\ \ \ \ \
| * | | | | gro: Fix inconsistent indentingJiapeng Chong2021-12-021-3/+3
| * | | | | net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-021-1/+1
| * | | | | mctp: Don't let RTM_DELROUTE delete local routesMatt Johnston2021-12-021-4/+5
| * | | | | net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-021-2/+6
| * | | | | net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-021-4/+3
| * | | | | ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-023-5/+5
| * | | | | net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-021-1/+4
| * | | | | net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-011-0/+5
| | |/ / / | |/| | |
| * | | | Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2021-11-302-10/+18
| |\ \ \ \
| | * | | | rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata2021-11-291-5/+9
| | * | | | rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata2021-11-291-5/+9
| * | | | | wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-301-0/+19
| * | | | | ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-293-3/+4
| * | | | | mctp: test: fix skb free in test device txJeremy Kerr2021-11-291-1/+1
| * | | | | net/tls: Fix authentication failure in CCM modeTianjia Zhang2021-11-291-2/+2
| * | | | | net: mpls: Remove rcu protection from nh_devBenjamin Poirier2021-11-292-25/+16
| * | | | | net: mpls: Fix notifications when deleting a deviceBenjamin Poirier2021-11-291-16/+52
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-281-1/+0
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-11-271-5/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SUNRPC: use different lock keys for INET6 and LOCALNeilBrown2021-11-221-5/+5
* | | | | | | net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-11-261-1/+7
* | | | | | | net: vlan: fix underflow for the real_dev refcntZiyang Xuan2021-11-262-3/+3
* | | | | | | ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann2021-11-261-1/+1
* | | | | | | net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-11-261-3/+5
| |_|_|_|/ / |/| | | | |
* | | | | | tls: fix replacing proto_opsJakub Kicinski2021-11-261-7/+40
* | | | | | tls: splice_read: fix accessing pre-processed recordsJakub Kicinski2021-11-261-8/+25
* | | | | | tls: splice_read: fix record type checkJakub Kicinski2021-11-261-13/+10
* | | | | | net/smc: Fix loop in smc_listenGuo DaXing2021-11-251-1/+3
* | | | | | net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-251-17/+18
* | | | | | tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-11-251-2/+3
* | | | | | net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel2021-11-241-8/+16
| |_|/ / / |/| | | |
* | | | | net/smc: Ensure the active closing peer first closes clcsockTony Lu2021-11-231-0/+6
* | | | | net/smc: Clean up local struct sock variablesTony Lu2021-11-231-2/+2
* | | | | net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov2021-11-231-3/+7
* | | | | net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov2021-11-221-2/+23
* | | | | net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-222-0/+20
* | | | | net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann2021-11-221-0/+1
* | | | | net/smc: Avoid warning of possible recursive lockingWen Gu2021-11-221-1/+1
* | | | | vsock/virtio: suppress used length validationMichael S. Tsirkin2021-11-221-0/+1
* | | | | ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-11-221-1/+1
* | | | | af_unix: fix regression in read after shutdownVincent Whitchurch2021-11-201-3/+0
* | | | | mptcp: use delegate action to schedule 3rd ack retransPaolo Abeni2021-11-203-41/+60
* | | | | mptcp: fix delack timerEric Dumazet2021-11-201-1/+2