android_kernel_xiaomi_sdm845/drivers/s390/net
Jiri Pirko 31278e7147 net: group address list and its count
This patch is inspired by patch recently posted by Johannes Berg. Basically what
my patch does is to group list and a count of addresses into newly introduced
structure netdev_hw_addr_list. This brings us two benefits:
1) struct net_device becames a bit nicer.
2) in the future there will be a possibility to operate with lists independently
   on netdevices (with exporting right functions).
I wanted to introduce this patch before I'll post a multicast lists conversion.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>

 drivers/net/bnx2.c              |    4 +-
 drivers/net/e1000/e1000_main.c  |    4 +-
 drivers/net/ixgbe/ixgbe_main.c  |    6 +-
 drivers/net/mv643xx_eth.c       |    2 +-
 drivers/net/niu.c               |    4 +-
 drivers/net/virtio_net.c        |   10 ++--
 drivers/s390/net/qeth_l2_main.c |    2 +-
 include/linux/netdevice.h       |   17 +++--
 net/core/dev.c                  |  130 ++++++++++++++++++--------------------
 9 files changed, 89 insertions(+), 90 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-18 00:29:08 -07:00
..
claw.c net: fix network drivers ndo_start_xmit() return values (part 5) 2009-06-13 01:18:40 -07:00
claw.h [S390] bus_id -> dev_name conversions 2008-10-10 21:33:49 +02:00
ctcm_dbug.c s390/net/ctcm: message cleanup 2008-07-22 17:53:46 -04:00
ctcm_dbug.h s390/net/ctcm: message cleanup 2008-07-22 17:53:46 -04:00
ctcm_fsms.c ctcm: avoid wraparound in length of incoming data 2009-03-24 15:24:30 -07:00
ctcm_fsms.h
ctcm_main.c ctcm: avoid crash in ctcm_remove_device 2009-05-20 17:36:49 -07:00
ctcm_main.h [S390] convert ctcm printks to dev_xxx and pr_xxx macros. 2008-12-25 13:39:27 +01:00
ctcm_mpc.c ctcm: fix minor findings from code analysis tool 2009-03-24 15:24:31 -07:00
ctcm_mpc.h s390/net/ctcm: message cleanup 2008-07-22 17:53:46 -04:00
ctcm_sysfs.c [S390] convert ctcm printks to dev_xxx and pr_xxx macros. 2008-12-25 13:39:27 +01:00
cu3088.c s390: remove s390_root_dev_*() 2009-01-06 10:44:34 -08:00
cu3088.h [S390] Remove P390 support. 2008-07-14 10:02:25 +02:00
fsm.c
fsm.h
Kconfig trivial: Kconfig: .ko is normally not included in module names 2009-06-12 18:01:50 +02:00
lcs.c lcs: invalid return codes from hard_start_xmit. 2009-03-24 15:24:27 -07:00
lcs.h
Makefile qeth: remove EDDP 2009-03-25 00:06:21 -07:00
netiucv.c net: use symbolic values for ndo_start_xmit() return codes 2009-06-13 01:18:50 -07:00
qeth_core_main.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
qeth_core_mpc.c qeth: support z/VM VSWITCH Port Isolation 2009-05-20 17:36:50 -07:00
qeth_core_mpc.h qeth: support z/VM VSWITCH Port Isolation 2009-05-20 17:36:50 -07:00
qeth_core_sys.c qeth: remove EDDP 2009-03-25 00:06:21 -07:00
qeth_core.h qeth: remove EDDP 2009-03-25 00:06:21 -07:00
qeth_l2_main.c net: group address list and its count 2009-06-18 00:29:08 -07:00
qeth_l3_main.c net: skb->dst accessors 2009-06-03 02:51:04 -07:00
qeth_l3_sys.c qeth: remove unnecessary support ckeck in sysfs route6 2008-10-27 14:48:53 -04:00
qeth_l3.h
smsgiucv.c [S390] Cleanup smsgiucv printk messages. 2008-07-14 10:02:21 +02:00
smsgiucv.h