summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet1-2/+2
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2-2/+4
2021-12-06net: failover: add net device refcount trackerEric Dumazet1-2/+2
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet1-2/+2
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet1-2/+2
2021-12-06ipv4: add net device refcount tracker to struct in_deviceEric Dumazet1-2/+2
2021-12-06ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2-3/+3
2021-12-06net: add net device refcount tracker to struct netdev_adjacentEric Dumazet1-3/+4
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-3/+3
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-4/+4
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet1-2/+2
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet3-8/+8
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet1-2/+2
2021-12-06ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet1-2/+3
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet3-9/+11
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet1-3/+3
2021-12-06net: add net device refcount tracker to dev_ifsioc()Eric Dumazet1-2/+3
2021-12-06net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet1-2/+3
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet1-2/+2
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet1-2/+2
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet2-0/+13
2021-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi1-1/+2
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-78/+144
2021-12-02Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-72/+139
2021-12-02mctp: Remove redundant if statementsXu Wang1-2/+1
2021-12-02net: openvswitch: Remove redundant if statementsXu Wang1-2/+1
2021-12-02gro: Fix inconsistent indentingJiapeng Chong1-3/+3
2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-12-02mctp: Don't let RTM_DELROUTE delete local routesMatt Johnston1-4/+5
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet3-5/+5
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-12-01Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet2-5/+1
2021-12-01net: dsa: support use of phylink_generic_validate()Russell King (Oracle)1-1/+4
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)1-3/+2
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)3-33/+32
2021-11-30mctp: remove unnecessary check before calling kfree_skb()Yang Yingliang2-5/+2
2021-11-30net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli1-0/+5
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky2-16/+49
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov1-18/+2
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov1-5/+3
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang1-19/+17
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET1-1/+0
2021-11-29Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2-10/+18
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+19
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata1-5/+9
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen13-3/+4
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong2-1/+5