linux/drivers/net/ethernet/hisilicon/hns3
David S. Miller a57066b1a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The UDP reuseport conflict was a little bit tricky.

The net-next code, via bpf-next, extracted the reuseport handling
into a helper so that the BPF sk lookup code could invoke it.

At the same time, the logic for reuseport handling of unconnected
sockets changed via commit efc6b6f6c3
which changed the logic to carry on the reuseport result into the
rest of the lookup loop if we do not return immediately.

This requires moving the reuseport_has_conns() logic into the callers.

While we are here, get rid of inline directives as they do not belong
in foo.c files.

The other changes were cases of more straightforward overlapping
modifications.

Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-25 17:49:04 -07:00
..
hns3pf net: hns3: fix return value error when query MAC link status fail 2020-07-21 15:49:17 -07:00
hns3vf net: hns3: fix for mishandle of asserting VF reset fail 2020-07-06 12:33:28 -07:00
Makefile net: hns3: add trace event support for HNS3 driver 2020-01-06 13:26:25 -08:00
hclge_mbx.h net: hns3: modify some incorrect spelling 2020-05-14 13:18:09 -07:00
hnae3.c net: hns3: add or modify some comments 2019-10-31 12:03:23 -07:00
hnae3.h net: hns3: fix error handling for desc filling 2020-07-21 15:49:17 -07:00
hns3_dcbnl.c net: hns3: fix some coding style issues 2019-06-09 13:20:59 -07:00
hns3_debugfs.c net: hns3: add support for dumping UC and MC MAC list 2020-04-25 20:29:44 -07:00
hns3_enet.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-07-25 17:49:04 -07:00
hns3_enet.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-07-25 17:49:04 -07:00
hns3_ethtool.c net: hns3: fix use-after-free when doing self test 2020-07-06 12:33:28 -07:00
hns3_trace.h net: hns3: add trace event support for HNS3 driver 2020-01-06 13:26:25 -08:00