summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-0221-78/+144
|\
| * 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-011-1/+4
| | * net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-11-301-0/+5
| | * Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2021-11-292-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-291-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
* | | | | mctp: Remove redundant if statementsXu Wang2021-12-021-2/+1
* | | | | net: openvswitch: Remove redundant if statementsXu Wang2021-12-021-2/+1
* | | | | Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet2021-12-012-5/+1
* | | | | net: dsa: support use of phylink_generic_validate()Russell King (Oracle)2021-12-011-1/+4
* | | | | net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)2021-12-011-3/+2
* | | | | net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-013-33/+32
* | | | | mctp: remove unnecessary check before calling kfree_skb()Yang Yingliang2021-11-302-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-291-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-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