Re: [NET 01/05]: Add net_device change_rx_mode callback

2007-07-14 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 12 Jul 2007 20:13:40 +0200 (MEST) > [NET]: Add net_device change_rx_mode callback > > Currently the set_multicast_list (and set_rx_mode) callbacks are > responsible for configuring the device according to the IFF_PROMISC, > IFF_MULTICAST and IF

[NET 01/05]: Add net_device change_rx_mode callback

2007-07-12 Thread Patrick McHardy
[NET]: Add net_device change_rx_mode callback Currently the set_multicast_list (and set_rx_mode) callbacks are responsible for configuring the device according to the IFF_PROMISC, IFF_MULTICAST and IFF_ALLMULTI flags and the mc_list (and uc_list in case of set_rx_mode). These callbacks can be inv