summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netpoll: add net device refcount tracker to struct netpollEric Dumazet2021-12-061-2/+2
* ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2021-12-062-2/+4
* net: failover: add net device refcount trackerEric Dumazet2021-12-061-2/+2
* net: linkwatch: add net device refcount trackerEric Dumazet2021-12-061-2/+2
* net/sched: add net device refcount tracker to struct QdiscEric Dumazet2021-12-061-2/+2
* ipv4: add net device refcount tracker to struct in_deviceEric Dumazet2021-12-061-2/+2
* ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2021-12-062-3/+3
* net: add net device refcount tracker to struct netdev_adjacentEric Dumazet2021-12-061-3/+4
* net: add net device refcount tracker to struct neigh_parmsEric Dumazet2021-12-061-3/+3
* net: add net device refcount tracker to struct pneigh_entryEric Dumazet2021-12-061-4/+4
* net: add net device refcount tracker to struct neighbourEric Dumazet2021-12-061-2/+2
* ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-063-8/+8
* sit: add net device refcount tracking to ip_tunnelEric Dumazet2021-12-061-2/+2
* ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet2021-12-061-2/+3
* net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-063-9/+11
* drop_monitor: add net device refcount trackerEric Dumazet2021-12-061-3/+3
* net: add net device refcount tracker to dev_ifsioc()Eric Dumazet2021-12-061-2/+3
* net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet2021-12-061-2/+3
* net: add net device refcount tracker to struct netdev_queueEric Dumazet2021-12-061-2/+2
* net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2021-12-061-2/+2
* net: add net device refcount tracker infrastructureEric Dumazet2021-12-062-0/+13
* net/sched: act_ct: Offload only ASSURED connectionsChris Mi2021-12-031-1/+2
* 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