summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: Remove redundant if statementsXu Wang2021-12-021-2/+1
* Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet2021-12-022-5/+1
* net: dsa: support use of phylink_generic_validate()Russell King (Oracle)2021-12-021-1/+4
* net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)2021-12-021-3/+2
* net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-023-33/+32
* mctp: remove unnecessary check before calling kfree_skb()Yang Yingliang2021-12-012-5/+2
* devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-302-16/+49
* net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov2021-11-301-18/+2
* net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov2021-11-301-5/+3
* net/tls: simplify the tls_set_sw_offload functionTianjia Zhang2021-11-301-19/+17
* ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET2021-11-301-1/+0
* net: snmp: add statistics for tcp small queue checkMenglong Dong2021-11-292-1/+5
* devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky2021-11-291-2/+0
* net: mpls: Make for_nexthops iterator constBenjamin Poirier2021-11-292-5/+5
* net: mpls: Remove duplicate variable from iterator macroBenjamin Poirier2021-11-291-7/+6
* 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-271-10/+12
* af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-272-48/+70
* af_unix: Save hash in sk_hash.Kuniyuki Iwashima2021-11-271-19/+23
* af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima2021-11-271-29/+35
* af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima2021-11-271-4/+2
* af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima2021-11-271-40/+67
* af_unix: Remove unix_mkname().Kuniyuki Iwashima2021-11-271-23/+11
* af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima2021-11-271-38/+25
* af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima2021-11-271-10/+30
* af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima2021-11-271-18/+22
* af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima2021-11-271-55/+81
* af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima2021-11-271-15/+21
* af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2021-11-272-8/+14
* bridge: use __set_bit in __br_vlan_set_default_pvidXin Long2021-11-271-2/+2
* net: ethtool: set a default driver nameTonghao Zhang2021-11-271-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-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