Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
6ffc040a358254061fc9f1a0867945d06c2cc533
/
net
/
bridge
/
br_device.c
21ab850
bridge: Have tx_bytes count headers like rx_bytes.
by Ashish Sharma
· 13 years ago
7ca1e11
br_device: unify return value of .ndo_set_mac_address if address is invalid
by Danny Kukawka
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
4359881
bridge: add local MAC address to forwarding table (v2)
by stephen hemminger
· 13 years ago
34324dc
net: remove NETIF_F_NO_CSUM feature bit
by Michał Mirosław
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
515853c
bridge: allow forwarding some link local frames
by stephen hemminger
· 13 years ago
b64b73d
bridge: leave carrier on for empty bridge
by stephen hemminger
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
4466146
bridge: Always flood broadcast packets
by Herbert Xu
· 13 years ago
cefa999
netpoll: copy dev name of slaves to struct netpoll
by WANG Cong
· 13 years ago
c4d27ef
bridge: convert br_features_recompute() to ndo_fix_features
by Michał Mirosław
· 14 years ago
bb900b2
bridge: allow creating bridge devices with netlink
by stephen hemminger
· 14 years ago
1faa435
bridge: control carrier based on ports online
by stephen hemminger
· 14 years ago
afc6151
bridge: implement [add/del]_slave ops
by Jiri Pirko
· 14 years ago
defb351
net: Abstract away all dst_entry metrics accesses.
by David S. Miller
· 14 years ago
361ff8a
bridge: Add support for TX vlan offload.
by Jesse Gross
· 14 years ago
00dad5e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6d1d1d3
bridge: Fix skb leak when multicast parsing fails on TX
by Herbert Xu
· 14 years ago
eeaf61d
bridge: add rcu_read_lock on transmit
by stephen hemminger
· 14 years ago
573201f
bridge: Partially disable netpoll support
by Herbert Xu
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 14 years ago
406818f
bridge: 64bit rx/tx counters
by Eric Dumazet
· 14 years ago
91d2c34
bridge: Fix netpoll support
by Herbert Xu
· 14 years ago
3665504
bridge: Remove redundant npinfo NULL setting
by Herbert Xu
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
28a16c9
bridge: change console message interface
by stephen hemminger
· 14 years ago
cfb478d
bridge: netpoll cleanup
by stephen hemminger
· 14 years ago
1e4b105
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 14 years ago
c06ee96
bridge: make bridge support netpoll
by WANG Cong
· 15 years ago
7180f77
bridge: use is_multicast_ether_addr
by stephen hemminger
· 15 years ago
ea2d9b4
netfilter: bridge-netfilter: simplify IP DNAT
by Bart De Schuymer
· 15 years ago
14bb478
bridge: per-cpu packet statistics (v3)
by stephen hemminger
· 15 years ago
32dec5d
bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only without IGMP snooping.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
c4fcb78
bridge: Add multicast data-path hooks
by Herbert Xu
· 15 years ago
3fe2d7c
bridge: Add multicast start/stop hooks
by Herbert Xu
· 15 years ago
6088a53
bridge: Use BR_INPUT_SKB_CB on xmit path
by Herbert Xu
· 15 years ago
72dad21
bridge: Allow enable/disable UFO on bridge device via ethtool
by Sridhar Samudrala
· 15 years ago
6fef4c0
netdev: convert pseudo-devices to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
a2dbb88
bridge: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
b63365a
net: Fix disjunct computation of netdev features
by Herbert Xu
· 16 years ago
4aa678b
netns bridge: allow bridges in netns!
by Alexey Dobriyan
· 16 years ago
e4119a4
bridge: show offload settings
by Stephen Hemminger
· 16 years ago
4adf0af
bridge: send correct MTU value in PMTU (revised)
by Simon Wunderlich
· 16 years ago
92c0574
bridge: make bridge address settings sticky
by Stephen Hemminger
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
a339f1c
bridge: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 16 years ago
3ae4125
[BRIDGE]: Assign random address.
by Stephen Hemminger
· 17 years ago
88d3aaf
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
by Jeff Garzik
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
e081e1e
[BRIDGE]: Kill clone argument to br_flood_*
by Herbert Xu
· 17 years ago
7f353bf
[NET]: Share correct feature code between bridging and bonding
by Herbert Xu
· 17 years ago
3e6cf55
[BRIDGE]: Fix warning in net-2.6.22
by Stephen Hemminger
· 18 years ago
ffe1d49
bridge: allow changing hardware address to any valid address
by Stephen Hemminger
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
9d6f229
[NET] BRIDGE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
576a30e
[NET]: Added GSO header verification
by Herbert Xu
· 18 years ago
2c6cc0d
[BRIDGE]: Add support for NETIF_F_HW_CSUM devices
by Herbert Xu
· 18 years ago
f8ae737
[BRIDGE]: forwarding remove unneeded preempt and bh diasables
by Stephen Hemminger
· 19 years ago
edb5e46
[BRIDGE]: limited ethtool support
by Stephen Hemminger
· 19 years ago
4505a3e
[BRIDGE]: allow setting hardware address of bridge pseudo-dev
by Stephen Hemminger
· 19 years ago
81d3530
[BRIDGE]: set features based on enslaved devices
by Stephen Hemminger
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago