| Commit message (Expand) | Author | Age |
... | |
* | 802.3ad: turn ports is_enabled into a bool | Holger Eitzenberger | 2008-12-26 |
* | 802.3ad: make ntt bool | Holger Eitzenberger | 2008-12-26 |
* | drivers/net/bonding: fix sparse warnings: move decls to header file | Hannes Eder | 2008-12-26 |
* | bonding: use port_params in __update_lacpdu_from_port | Holger Eitzenberger | 2008-12-17 |
* | bonding: use port_params in __update_default_selected() | Holger Eitzenberger | 2008-12-17 |
* | bonding: use port_params in __update_selected() | Holger Eitzenberger | 2008-12-17 |
* | bonding: remove various function declarations | Holger Eitzenberger | 2008-12-17 |
* | bonding: init port_params from template | Holger Eitzenberger | 2008-12-17 |
* | bonding: use plain memcpy in __record_default() | Holger Eitzenberger | 2008-12-17 |
* | bonding: use port_params in __record_pdu() | Holger Eitzenberger | 2008-12-17 |
* | bonding: introduce and use port_params structure | Holger Eitzenberger | 2008-12-17 |
* | bonding: improve elaborate port_state assignment | Holger Eitzenberger | 2008-12-17 |
* | bonding: turn all bond_parm_tbls const | Holger Eitzenberger | 2008-12-10 |
* | bonding: make tbl argument to bond_parse_parm() const | Holger Eitzenberger | 2008-12-10 |
* | bonding: remove duplicate declarations | Holger Eitzenberger | 2008-12-10 |
* | bonding: use pr_debug instead of own macros | Holger Eitzenberger | 2008-12-10 |
* | bonding: fix compile error if debug enabled | Holger Eitzenberger | 2008-12-10 |
* | bonding: use table for mode names | Holger Eitzenberger | 2008-12-10 |
* | bonding: add and use bond_is_lb() | Holger Eitzenberger | 2008-12-10 |
* | bond: Kill directly reference of netdev->priv | Wang Chen | 2008-12-04 |
* | netdev: add more functions to netdevice ops | Stephen Hemminger | 2008-11-20 |
* | bonding: convert to net_device_ops | Stephen Hemminger | 2008-11-20 |
* | netdev: introduce dev_get_stats() | Stephen Hemminger | 2008-11-20 |
* | netdevice: safe convert to netdev_priv() #part-1 | Wang Chen | 2008-11-13 |
* | bonding: alternate agg selection policies for 802.3ad | Jay Vosburgh | 2008-11-06 |
* | bonding: Fix ALB mode to balance traffic on VLANs | Jay Vosburgh | 2008-11-06 |
* | bonding: send IPv6 neighbor advertisement on failover | Brian Haley | 2008-11-06 |
* | bonding, net: Move last_rx update into bonding recv logic | Jay Vosburgh | 2008-11-03 |
* | drivers: replace NIPQUAD() | Harvey Harrison | 2008-10-31 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-10-31 |
|\ |
|
| * | bonding: fix panic when taking bond interface down before removing module | Andy Gospodarek | 2008-10-31 |
| * | bonding: Clean up resource leaks | Jay Vosburgh | 2008-10-31 |
| * | bonding: fix miimon failure counter | Jay Vosburgh | 2008-10-31 |
* | | net: easy removals of HIPQUAD using %pI4 format | Harvey Harrison | 2008-10-30 |
* | | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 |
|/ |
|
* | net: Fix disjunct computation of netdev features | Herbert Xu | 2008-10-23 |
* | drivers/net/bonding: sparse fixes for exported tables | Ben Dooks | 2008-09-24 |
* | bonding: add more ethtool support | Stephen Hemminger | 2008-09-24 |
* | drivers/net: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-09-24 |
* | bonding: Do not tx-balance some IPv6 packets on ALB/TLB bonds | Vlad Yasevich | 2008-09-24 |
* | bonding: change some __constant_htons() to htons() | Brian Haley | 2008-09-03 |
* | bonding: Don't destroy bonding master when removing slave via sysfs | Moni Shoua | 2008-08-07 |
* | bonding: refactor mii monitor | Jay Vosburgh | 2008-08-07 |
* | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. | David S. Miller | 2008-07-22 |
* | netdev: Allocate multiple queues for TX. | David S. Miller | 2008-07-17 |
* | netdev: Do not use TX lock to protect address lists. | David S. Miller | 2008-07-15 |
* | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 2008-07-15 |
* | bonding: Check return of dev_set_promiscuity/allmulti | Wang Chen | 2008-07-14 |
* | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. | David S. Miller | 2008-07-09 |
* | bonding: Allow setting max_bonds to zero | Jay Vosburgh | 2008-06-18 |