Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
efa6f862d3d18723d720c8777b2a98e8a3277195
/
net
/
bridge
b03b6dd
bridge: master device stuck in no-carrier state forever when in user-stp mode
by Vitalii Demianets
· 13 years ago
fa2da8c
bridge: correct IPv6 checksum after pull
by stephen hemminger
· 13 years ago
ef5e0d8
bridge: Fix potential deadlock on br->multicast_lock
by Andrey Vagin
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
0a9ee81
netfilter: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
79bb1ee
net: fix implicit kmod.h usage in bridge/br_stp_if.c
by Paul Gortmaker
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1ce5cce
bridge: fix hang on removal of bridge via netlink
by stephen hemminger
· 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
64af1ba
bridge: allow updating existing fdb entries
by stephen hemminger
· 13 years ago
77f9859
bridge: fix ordering of NEWLINK and NEWNEIGH events
by stephen hemminger
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
4bc71cb
net: consolidate and fix ethtool_ops->get_settings calling
by Jiri Pirko
· 13 years ago
fa3df92
br: remove redundant check and init
by Jiri Pirko
· 13 years ago
7858241
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 13 years ago
22df133
bridge: fix a possible use after free
by Eric Dumazet
· 13 years ago
4b275d7
bridge: Pseudo-header required for the checksum of ICMPv6
by Yan, Zheng
· 13 years ago
11f3a6b
bridge: fix a possible net_device leak
by Eric Dumazet
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
5189054
net/bridge/netfilter/ebtables.c: use available error handling code
by Julia Lawall
· 13 years ago
9be6dd6
Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.
by Andrei Warkentin
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
9823d9f
netfilter: ebtables: fix ebtables build dependency
by Bart De Schuymer
· 13 years ago
6006349
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
160d73b
bridge: minor cleanups
by stephen hemminger
· 13 years ago
4ecb961
bridge: add notification over netlink when STP changes state
by stephen hemminger
· 13 years ago
56139fc
bridge: notifier called with the wrong device
by stephen hemminger
· 13 years ago
0652cac
bridge: ignore bogus STP config packets
by stephen hemminger
· 13 years ago
0c03150
bridge: send proper message_age in config BPDU
by stephen hemminger
· 13 years ago
f0da7ee
net, netfilter: Remove redundant goto in ebt_ulog_packet
by Jesper Juhl
· 13 years ago
d3aaeb3
net: Add ->neigh_lookup() operation to dst_ops
by David S. Miller
· 13 years ago
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
8f40b16
neigh: Pass neighbour entry to output ops.
by David S. Miller
· 13 years ago
f6b72b6
net: Embed hh_cache inside of struct neighbour.
by David S. Miller
· 13 years ago
e12fe68
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
4466146
bridge: Always flood broadcast packets
by Herbert Xu
· 13 years ago
bd4265f
bridge: Only flood unregistered groups to routers
by Herbert Xu
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
cefa999
netpoll: copy dev name of slaves to struct netpoll
by WANG Cong
· 13 years ago
fc2af6c
IGMP snooping: set mrouters_only flag for IPv6 traffic properly
by Fernando Luis Vázquez Cao
· 13 years ago
62b2bcb
IGMP snooping: set mrouters_only flag for IPv4 traffic properly
by Fernando Luis Vázquez Cao
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
6407d74
bridge: provide a cow_metrics method for fake_ops
by Alexander Holler
· 13 years ago
58bf2db
Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6
by David S. Miller
· 13 years ago
97242c8
netfilter: Fix several warnings in compat_mtw_from_user().
by David Miller
· 13 years ago
33eb987
bridge: initialize fake_rtable metrics
by Eric Dumazet
· 13 years ago
6df427f
net: remove synchronize_net() from netdev_set_master()
by Eric Dumazet
· 13 years ago
bb8ed63
bridge: call NETDEV_JOIN notifiers when add a slave
by Amerigo Wang
· 13 years ago
9cbc94e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
cb68552
bridge: fix forwarding of IPv6
by Stephen Hemminger
· 13 years ago
3c709f8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6
by David S. Miller
· 13 years ago
103a977
netfilter: ebtables: only call xt_compat_add_offset once per rule
by Florian Westphal
· 14 years ago
5a6351e
netfilter: fix ebtables compat support
by Eric Dumazet
· 14 years ago
e67f88d
net: dont hold rtnl mutex during netlink dump callbacks
by Eric Dumazet
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
c4d27ef
bridge: convert br_features_recompute() to ndo_fix_features
by Michał Mirosław
· 14 years ago
2bd93d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
f01cb5f
Revert "bridge: Forward reserved group addresses if !STP"
by David S. Miller
· 14 years ago
e194342
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
28674b9
bridge: fix accidental creation of sysfs directory
by Stephen Hemminger
· 14 years ago
f8e9881
bridge: reset IPCB in br_parse_ip_options
by Eric Dumazet
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
14f98f2
bridge: range check STP parameters
by stephen hemminger
· 14 years ago
bb900b2
bridge: allow creating bridge devices with netlink
by stephen hemminger
· 14 years ago
36fd2b6
bridge: allow creating/deleting fdb entries via netlink
by stephen hemminger
· 14 years ago
b078f0d
bridge: add netlink notification on forward entry changes
by stephen hemminger
· 14 years ago
664de48
bridge: split rcu and no-rcu cases of fdb lookup
by stephen hemminger
· 14 years ago
7cd8861
bridge: track last used time in forwarding table
by stephen hemminger
· 14 years ago
03e9b64
bridge: change arguments to fdb_create
by stephen hemminger
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ff9a57a
bridge: mcast snooping, fix length check of snooped MLDv1/2
by Linus Lüssing
· 14 years ago
1459a3c
bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()
by Balaji G
· 14 years ago
edf947f
bridge: notify applications if address of bridge device changes
by stephen hemminger
· 14 years ago
a7bff75
bridge: Fix possibly wrong MLD queries' ethernet source address
by Linus Lüssing
· 14 years ago
6b1e960
bridge: Reset IPCB when entering IP stack on NF_FORWARD
by Herbert Xu
· 14 years ago
8a4eb57
net: introduce rx_handler results and logic around that
by Jiri Pirko
· 14 years ago
c337ffb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a461c02
bridge: skip forwarding delay if not using STP
by stephen hemminger
· 14 years ago
1faa435
bridge: control carrier based on ports online
by stephen hemminger
· 14 years ago
78fbfd8
ipv4: Create and use route lookup helpers.
by David S. Miller
· 14 years ago
33175d8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
dcbcdf2
net: bridge builtin vs. ipv6 modular
by Randy Dunlap
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
3872b28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
fe29ec4
bridge: Use IPv6 link-local address for multicast listener queries
by Linus Lüssing
· 14 years ago
36cff5a
bridge: Fix MLD queries' ethernet source address
by Linus Lüssing
· 14 years ago
e4de9f9
bridge: Allow mcast snooping for transient link local addresses too
by Linus Lüssing
· 14 years ago
d41db9f
bridge: Add missing ntohs()s for MLDv2 report parsing
by Linus Lüssing
· 14 years ago
649e984
bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report
by Linus Lüssing
· 14 years ago
9cc6e0c
bridge: Fix IPv6 multicast snooping by storing correct protocol type
by Linus Lüssing
· 14 years ago
da935c6
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
d846f71
bridge: netfilter: fix information leak
by Vasiliy Kulikov
· 14 years ago
Next »