aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior2021-11-294-17/+17
* net/l2tp: convert tunnel rwlock_t to rcuTom Parkin2021-11-293-36/+31
* af_unix: Relax race in unix_autobind().Kuniyuki Iwashima2021-11-261-10/+12
* af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-262-48/+70
* af_unix: Save hash in sk_hash.Kuniyuki Iwashima2021-11-261-19/+23
* af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima2021-11-261-29/+35
* af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima2021-11-261-4/+2
* af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima2021-11-261-40/+67
* af_unix: Remove unix_mkname().Kuniyuki Iwashima2021-11-261-23/+11
* af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima2021-11-261-38/+25
* af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima2021-11-261-10/+30
* af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima2021-11-261-18/+22
* af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima2021-11-261-55/+81
* af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima2021-11-261-15/+21
* af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2021-11-262-8/+14
* bridge: use __set_bit in __br_vlan_set_default_pvidXin Long2021-11-261-2/+2
* net: ethtool: set a default driver nameTonghao Zhang2021-11-261-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-2626-121/+255
|\
| * 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-251-7/+40
| * tls: splice_read: fix accessing pre-processed recordsJakub Kicinski2021-11-251-8/+25
| * tls: splice_read: fix record type checkJakub Kicinski2021-11-251-13/+10
| * net/smc: Fix loop in smc_listenGuo DaXing2021-11-241-1/+3
| * net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-241-17/+18
| * tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-11-241-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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-11-195-13/+10
| |\
| | * netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen2021-11-081-2/+2
| | * netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emitJing Yao2021-11-081-2/+2
| | * netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-11-081-4/+4
| | * netfilter: ctnetlink: do not erase error code with EINVALFlorent Fourcot2021-11-081-3/+1
| | * netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLYFlorent Fourcot2021-11-081-1/+1
| | * netfilter: nft_payload: Remove duplicated include in nft_payload.cWan Jiabing2021-11-081-1/+0
* | | sctp: make the raise timer more simple and accurateXin Long2021-11-253-21/+19
* | | tipc: delete the unlikely branch in tipc_aead_encryptXin Long2021-11-251-15/+4