aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-07vlan: add net device refcount trackerEric Dumazet2-2/+5
2021-12-07net: eql: add net device refcount trackerEric Dumazet2-2/+3
2021-12-07Merge branch 'mptcp-new-features-for-mptcp-sockets-and-netlink-pm'Jakub Kicinski12-13/+1007
2021-12-07mptcp: support TCP_CORK and TCP_NODELAYMaxim Galaganov2-1/+73
2021-12-07mptcp: expose mptcp_check_and_set_pendingMaxim Galaganov2-1/+2
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov2-2/+4
2021-12-07selftests: mptcp: check IP_TOS in/out are the sameFlorian Westphal1-0/+63
2021-12-07mptcp: getsockopt: add support for IP_TOSFlorian Westphal1-6/+30
2021-12-07mptcp: allow changing the "backup" bit by endpoint idDavide Caratti1-4/+10
2021-12-07selftests: mptcp: add inq test caseFlorian Westphal4-1/+645
2021-12-07mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctlsFlorian Westphal1-0/+53
2021-12-07selftests: mptcp: add TCP_INQ supportFlorian Westphal2-3/+61
2021-12-07mptcp: add TCP_INQ cmsg supportFlorian Westphal3-2/+73
2021-12-07vrf: use dev_replace_track() for better trackingEric Dumazet1-4/+4
2021-12-06net/smc: Clear memory when release and reuse bufferTony Lu1-4/+9
2021-12-06Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2-2/+2
2021-12-06net: prestera: replace zero-length array with flexible-array memberJosé Expósito1-2/+2
2021-12-06net: wwan: iosm: select CONFIG_RELAYArnd Bergmann1-0/+1
2021-12-06net: fix recent csum changesEric Dumazet3-3/+8
2021-12-06Merge branch 'net-add-preliminary-netdev-refcount-tracking'Jakub Kicinski42-62/+520
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet3-3/+4
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet3-2/+6
2021-12-06net: failover: add net device refcount trackerEric Dumazet2-2/+3
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet2-2/+4
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet2-3/+3
2021-12-06ipv4: add net device refcount tracker to struct in_deviceEric Dumazet2-2/+4
2021-12-06ipv6: add net device refcount tracker to struct inet6_devEric Dumazet3-3/+4
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 Dumazet2-3/+4
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet2-4/+5
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet2-2/+3
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet4-8/+9
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet2-2/+5
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 Dumazet5-9/+29
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet2-3/+7
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 Dumazet2-2/+4
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2-2/+4
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet4-0/+63
2021-12-06lib: add tests for reference trackerEric Dumazet3-1/+126
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet4-0/+220
2021-12-03Merge branch 'qed-enhancements'Jakub Kicinski10-16/+256
2021-12-03qed*: esl priv flag support through ethtoolManish Chopra6-1/+83
2021-12-03qed*: enhance tx timeout debug infoManish Chopra7-15/+173
2021-12-03net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()Dan Carpenter1-2/+2
2021-12-03net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()Yang Yingliang1-5/+2
2021-12-03net: dsa: vsc73xxx: Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2021-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi1-1/+2