summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* vlan: add net device refcount trackerEric Dumazet2021-12-081-2/+2
* mptcp: support TCP_CORK and TCP_NODELAYMaxim Galaganov2021-12-072-1/+73
* mptcp: expose mptcp_check_and_set_pendingMaxim Galaganov2021-12-072-1/+2
* tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov2021-12-071-2/+2
* mptcp: getsockopt: add support for IP_TOSFlorian Westphal2021-12-071-6/+30
* mptcp: allow changing the "backup" bit by endpoint idDavide Caratti2021-12-071-4/+10
* mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctlsFlorian Westphal2021-12-071-0/+53
* mptcp: add TCP_INQ cmsg supportFlorian Westphal2021-12-073-2/+73
* net/smc: Clear memory when release and reuse bufferTony Lu2021-12-071-4/+9
* netpoll: add net device refcount tracker to struct netpollEric Dumazet2021-12-071-2/+2
* ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2021-12-072-2/+4
* net: failover: add net device refcount trackerEric Dumazet2021-12-071-2/+2
* net: linkwatch: add net device refcount trackerEric Dumazet2021-12-071-2/+2
* net/sched: add net device refcount tracker to struct QdiscEric Dumazet2021-12-071-2/+2
* ipv4: add net device refcount tracker to struct in_deviceEric Dumazet2021-12-071-2/+2
* ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2021-12-072-3/+3
* net: add net device refcount tracker to struct netdev_adjacentEric Dumazet2021-12-071-3/+4
* net: add net device refcount tracker to struct neigh_parmsEric Dumazet2021-12-071-3/+3
* net: add net device refcount tracker to struct pneigh_entryEric Dumazet2021-12-071-4/+4
* net: add net device refcount tracker to struct neighbourEric Dumazet2021-12-071-2/+2
* ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-073-8/+8
* sit: add net device refcount tracking to ip_tunnelEric Dumazet2021-12-071-2/+2
* ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet2021-12-071-2/+3
* net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-073-9/+11
* drop_monitor: add net device refcount trackerEric Dumazet2021-12-071-3/+3
* net: add net device refcount tracker to dev_ifsioc()Eric Dumazet2021-12-071-2/+3
* net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet2021-12-071-2/+3
* net: add net device refcount tracker to struct netdev_queueEric Dumazet2021-12-071-2/+2
* net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2021-12-071-2/+2
* net: add net device refcount tracker infrastructureEric Dumazet2021-12-072-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-021-1/+4
| | * net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli2021-12-011-0/+5
| | * Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2021-11-302-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-301-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