aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-02mctp: Remove redundant if statementsXu Wang
2021-12-02net: openvswitch: Remove redundant if statementsXu Wang
2021-12-02gro: Fix inconsistent indentingJiapeng Chong
2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski
2021-12-02mctp: Don't let RTM_DELROUTE delete local routesMatt Johnston
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-12-01Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet
2021-12-01net: dsa: support use of phylink_generic_validate()Russell King (Oracle)
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)
2021-11-30mctp: remove unnecessary check before calling kfree_skb()Yang Yingliang
2021-11-30net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET
2021-11-29Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong
2021-11-29devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky
2021-11-29mctp: test: fix skb free in test device txJeremy Kerr
2021-11-29net/tls: Fix authentication failure in CCM modeTianjia Zhang
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier
2021-11-29net: mpls: Remove duplicate variable from iterator macroBenjamin Poirier
2021-11-29net: mpls: Remove rcu protection from nh_devBenjamin Poirier
2021-11-29net: mpls: Fix notifications when deleting a deviceBenjamin Poirier
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-11-26af_unix: Relax race in unix_autobind().Kuniyuki Iwashima
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima
2021-11-26af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima
2021-11-26af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima
2021-11-26af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima
2021-11-26af_unix: Remove unix_mkname().Kuniyuki Iwashima
2021-11-26af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima
2021-11-26af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima
2021-11-26af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima