Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3fdddd859af235119bdfb09ccc886fe48b97fc72
/
drivers
/
net
/
bonding
/
bonding.h
3fdddd8
bonding: alloc the structure ad_info dynamically in per slave
by dingtianhong
· 11 years ago
2db2a15
bonding: remove the unused macro
by dingtianhong
· 11 years ago
bedabf9
bonding: simplify the slave_do_arp_validate_only()
by dingtianhong
· 11 years ago
3192432
bonding: remove the unnecessary struct bond_net
by dingtianhong
· 11 years ago
e9f0fb8
bonding: Add tlb_dynamic_lb parameter for tlb mode
by Mahesh Bandewar
· 11 years ago
ee62e86
bonding: Changed hashing function to just provide hash
by Mahesh Bandewar
· 11 years ago
fbd929f
bonding: support QinQ for bond arp interval
by dingtianhong
· 11 years ago
f325333
bonding: options handling cleanup
by stephen hemminger
· 11 years ago
fca2809
bonding: remove dead code
by stephen hemminger
· 11 years ago
072256d
bonding: make slave status notifications GFP_ATOMIC
by Veaceslav Falico
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
b092991
bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitor
by dingtianhong
· 11 years ago
5e5b066
bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad mode
by dingtianhong
· 11 years ago
49f17de
bonding: rename last_arp_rx to last_rx
by Veaceslav Falico
· 11 years ago
8e60346
bonding: trivial: rename slave->jiffies to ->last_link_up
by Veaceslav Falico
· 11 years ago
9f24273
bonding: use last_arp_rx in slave_last_rx()
by Veaceslav Falico
· 11 years ago
896149f
bonding: extend arp_validate to be able to receive unvalidated arp-only traffic
by Veaceslav Falico
· 11 years ago
6fde8f0
bonding: fix locking in bond_loadbalance_arp_mon()
by Ding Tianhong
· 11 years ago
3bad540
bonding: convert netlink to use slave data info api
by Jiri Pirko
· 11 years ago
4325b37
bonding: convert lp_interval to use the new option API
by Nikolay Aleksandrov
· 11 years ago
105c8fb
bonding: convert resend_igmp to use the new option API
by Nikolay Aleksandrov
· 11 years ago
3df0116
bonding: convert all_slaves_active to use the new option API
by Nikolay Aleksandrov
· 11 years ago
d1fbd3ed
bonding: convert active_slave to use the new option API
by Nikolay Aleksandrov
· 11 years ago
0fff0608
bonding: convert use_carrier to use the new option API
by Nikolay Aleksandrov
· 11 years ago
388d3a6
bonding: convert primary_reselect to use the new option API
by Nikolay Aleksandrov
· 11 years ago
180222f
bonding: convert primary to use the new option API
by Nikolay Aleksandrov
· 11 years ago
b98d9c6
bonding: convert miimon to use the new option API
by Nikolay Aleksandrov
· 11 years ago
ef56bec
bonding: convert num_peer_notif to use the new option API
by Nikolay Aleksandrov
· 11 years ago
9e5f5ee
bonding: convert ad_select to use the new option API
by Nikolay Aleksandrov
· 11 years ago
633ddc9
bonding: convert min_links to use the new option API
by Nikolay Aleksandrov
· 11 years ago
d3131de
bonding: convert lacp_rate to use the new option API
by Nikolay Aleksandrov
· 11 years ago
e499461
bonding: convert updelay to use the new option API
by Nikolay Aleksandrov
· 11 years ago
25a9b54
bonding: convert downdelay to use the new option API
by Nikolay Aleksandrov
· 11 years ago
4fb0ef58
bonding: convert arp_ip_target to use the new option API
by Nikolay Aleksandrov
· 11 years ago
7bdb04e
bonding: convert arp_interval to use the new option API
by Nikolay Aleksandrov
· 11 years ago
1df6b6a
bonding: convert fail_over_mac to use the new option API
by Nikolay Aleksandrov
· 11 years ago
edf36b2
bonding: convert arp_all_targets to use the new option API
by Nikolay Aleksandrov
· 11 years ago
1622888
bonding: convert arp_validate to use the new option API
by Nikolay Aleksandrov
· 11 years ago
a4b32ce
bonding: convert xmit_hash_policy to use the new option API
by Nikolay Aleksandrov
· 11 years ago
aa59d85
bonding: convert packets_per_slave to use the new option API
by Nikolay Aleksandrov
· 11 years ago
2b3798d
bonding: convert mode setting to use the new option API
by Nikolay Aleksandrov
· 11 years ago
0911736
bonding: add infrastructure for an option API
by Nikolay Aleksandrov
· 11 years ago
809fa97
reciprocal_divide: update/correction of the algorithm
by Hannes Frederic Sowa
· 11 years ago
1d3ee88
bonding: add netlink attributes to slave link dev
by sfeldma@cumulusnetworks.com
· 11 years ago
07699f9
bonding: add sysfs /slave dir for bond slave devices.
by sfeldma@cumulusnetworks.com
· 11 years ago
ec029fa
bonding: add ad_select attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
998e40bb
bonding: add lacp_rate attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
6da67d2
bonding: make more functions static
by stephen hemminger
· 11 years ago
d316ded
bonding: remove unwanted return value for bond_dev_queue_xmit()
by dingtianhong
· 11 years ago
da131dd
bonding: make local function static
by stephen hemminger
· 11 years ago
c13ab3f
bonding: add packets_per_slave attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
8d836d09
bonding: add lp_interval attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
7d10100
bonding: add min_links attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
1cc0b1e
bonding: add all_slaves_active attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
2c9839c
bonding: add num_grat_arp attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
d8838de7
bonding: add resend_igmp attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
f70161c
bonding: add xmit_hash_policy attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
8990197
bonding: add fail_over_mac attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
8a41ae4
bonding: add primary_select attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
0a98a0d
bonding: add primary attribute netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
e001bfa
bonding: create bond_first_slave_rcu()
by dingtianhong
· 11 years ago
d5c8425
bonding: add arp_all_targets netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
29c4948
bonding: add arp_validate netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
7f28fa1
bonding: add arp_ip_target netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
06151db
bonding: add arp_interval netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
9f53e14
bonding: add use_carrier netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
c7461f9
bonding: add downdelay netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
25852e2
bonding: add updelay netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
eecdaa6
bonding: add miimon netlink support
by sfeldma@cumulusnetworks.com
· 11 years ago
b601fa19
ipv4: fix wildcard search with inet_confirm_addr()
by Nicolas Dichtel
· 11 years ago
fe9d04a
bonding: disable arp and enable mii monitoring when bond change to no uses arp mode
by dingtianhong
· 11 years ago
f9de11a
bonding: add ip checks when store ip target
by Wang Weidong
· 11 years ago
7395832
bonding: extend round-robin mode with packets_per_slave
by Nikolay Aleksandrov
· 11 years ago
752d48b
bonding: move active_slave getting into separate function
by Jiri Pirko
· 11 years ago
d9e32b2
bonding: move active_slave setting into separate function
by Jiri Pirko
· 11 years ago
72be35f
bonding: move mode setting into separate function
by Jiri Pirko
· 11 years ago
0a2a78c
bonding: push Netlink bits into separate file
by Jiri Pirko
· 11 years ago
28c7192
bonding: use RCU protection for alb xmit path
by dingtianhong
· 11 years ago
32819dc
bonding: modify the old and add new xmit hash policies
by Nikolay Aleksandrov
· 11 years ago
90de527
bonding: trivial: remove forgotten bond_next_vlan()
by Veaceslav Falico
· 11 years ago
4aa0a03
bonding: remove bond_next_slave()
by Veaceslav Falico
· 11 years ago
5831d66
net: create sysfs symlinks for neighbour devices
by Veaceslav Falico
· 11 years ago
4fee991a
bonding: remove slave lists
by Veaceslav Falico
· 11 years ago
344f329
bonding: use neighbours for bond_next_slave()
by Veaceslav Falico
· 11 years ago
18e1e9b
bonding: add __bond_next_slave() which uses neighbours
by Veaceslav Falico
· 11 years ago
c8c2390
bonding: remove bond_prev_slave()
by Veaceslav Falico
· 11 years ago
5a52405
bonding: convert first/last slave logic to use neighbours
by Veaceslav Falico
· 11 years ago
70039aa
bonding: convert bond_has_slaves() to use the neighbour list
by Veaceslav Falico
· 11 years ago
0965a1f
bonding: add bond_has_slaves() and use it
by Veaceslav Falico
· 11 years ago
b386c58
bonding: remove unused bond_for_each_slave_from()
by Veaceslav Falico
· 11 years ago
9caff1e7
bonding: make bond_for_each_slave() use lower neighbour's private
by Veaceslav Falico
· 11 years ago
81f23b1
bonding: remove bond_for_each_slave_continue_reverse()
by Veaceslav Falico
· 11 years ago
46bb480
bonding: modify bond_get_slave_by_dev() to use neighbours
by Veaceslav Falico
· 11 years ago
7eacd03
bonding: Make alb learning packet interval configurable
by Neil Horman
· 11 years ago
5bb9e0b
bonding: fix bond_arp_rcv setting and arp validate desync state
by nikolay@redhat.com
· 11 years ago
6f477d4
bonding: remove bond_vlan_used()
by Veaceslav Falico
· 11 years ago
e868b0c
bonding: remove vlan_list/current_alb_vlan
by Veaceslav Falico
· 11 years ago
c752af2
bonding: use netdev_upper list in bond_vlan_used
by Veaceslav Falico
· 11 years ago
278b208
bonding: initial RCU conversion
by nikolay@redhat.com
· 11 years ago
1507722
bonding: factor out slave id tx code and simplify xmit paths
by Nikolay Aleksandrov
· 11 years ago
Next »