Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
226afe68fdbd1aa3680158aca0a3631cbd019626
/
drivers
/
net
/
bonding
/
bond_3ad.c
7bfc475
bonding: cleanup: remove braces from single block statements
by Bandan Das
· 14 years ago
128ea6c
bonding: cleanup : add space around operators
by Bandan Das
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
ab12811
bonding: correctly process non-linear skbs
by Andy Gospodarek
· 14 years ago
c99a3d2
bond_3ad.c avoid possible null deref
by Dan Carpenter
· 15 years ago
a4aee5c
drivers/net/bonding/: : use pr_fmt
by Joe Perches
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
2d6682d
bonding: fix 802.3ad standards compliance error
by Jay Vosburgh
· 15 years ago
ec87fd3
bond: Add support for multiple network namespaces
by Eric W. Biederman
· 15 years ago
a361c83
bonding: Remove bond_dev from xmit_hash_policy call.
by Jasper Spaans
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
e5e2a8f
bonding: wipe out printk's
by Jiri Pirko
· 15 years ago
8e321c4
drivers/net/bonding: Adjust constant name
by Julia Lawall
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4cd6fe1
bonding: fix link down handling in 802.3ad mode
by Stephen Hemminger
· 16 years ago
3a6d54c
net: remove needless (now buggy) & from dev->dev_addr
by Jiri Pirko
· 16 years ago
e727149
802.3ad: use standard ethhdr instead of ad_header
by Holger Eitzenberger
· 16 years ago
e4ac432
802.3ad: generalize out mac address initializer
by Holger Eitzenberger
· 16 years ago
7addeef
802.3ad: initialize ports LACPDU from const initializer
by Holger Eitzenberger
· 16 years ago
1624db7
802.3ad: turn ports is_individual into a bool
by Holger Eitzenberger
· 16 years ago
f48127b
802.3ad: turn ports is_enabled into a bool
by Holger Eitzenberger
· 16 years ago
d238d45
802.3ad: make ntt bool
by Holger Eitzenberger
· 16 years ago
3b5b35d
bonding: use port_params in __update_lacpdu_from_port
by Holger Eitzenberger
· 16 years ago
3c52065
bonding: use port_params in __update_default_selected()
by Holger Eitzenberger
· 16 years ago
ce6a49a
bonding: use port_params in __update_selected()
by Holger Eitzenberger
· 16 years ago
a6ae186
bonding: remove various function declarations
by Holger Eitzenberger
· 16 years ago
c7e703d
bonding: init port_params from template
by Holger Eitzenberger
· 16 years ago
5eefd1a
bonding: use plain memcpy in __record_default()
by Holger Eitzenberger
· 16 years ago
b99d6ba
bonding: use port_params in __record_pdu()
by Holger Eitzenberger
· 16 years ago
1055c9a
bonding: introduce and use port_params structure
by Holger Eitzenberger
· 16 years ago
aa31281
bonding: improve elaborate port_state assignment
by Holger Eitzenberger
· 16 years ago
5a03cdb
bonding: use pr_debug instead of own macros
by Holger Eitzenberger
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
fd989c8
bonding: alternate agg selection policies for 802.3ad
by Jay Vosburgh
· 16 years ago
f0c76d6
bonding: refactor mii monitor
by Jay Vosburgh
· 16 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
2bf86b7
bonding: Fix locking in 802.3ad mode
by Jay Vosburgh
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
1b76b31
Convert bonding timers to workqueues
by Jay Vosburgh
· 17 years ago
1c3f0b8
Change struct marker users
by Mathieu Desnoyers
· 17 years ago
d3bb52b
endianness annotations drivers/net/bonding/
by Al Viro
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
031ae4d
bonding: Fix 802.3ad no carrier on "no partner found" instance
by Jay Vosburgh
· 17 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
e7dd65d
[SK_BUFF] bonding: Set skb->nh.raw relative to skb->mac.raw
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
89cc76f
[PATCH] bonding: Don't mangle LACPDUs
by Jay Vosburgh
· 18 years ago
94dbffd
[PATCH] bonding: Allow bonding to enslave a 10 Gig adapter
by Jay Vosburgh
· 18 years ago
ff59c45
[PATCH] bonding: support carrier state for master
by Jay Vosburgh
· 19 years ago
2e06cb5
[bonding] Remove superfluous changelog.
by Jeff Garzik
· 19 years ago
4e0952c
[PATCH] bonding: add bond name to all error messages
by Mitch Williams
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
169a3e6
bonding: xor/802.3ad improved slave hash
by Jay Vosburgh
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago