Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
72b25a913ed9b1ab49c7022adaf3f271a65ea219
/
net
/
bridge
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
bc3f907
bridge: Check return of dev_set_promiscuity
by Wang Chen
· 16 years ago
0c81b2a
Merge branch 'linus' into core/rcu
by Ingo Molnar
· 16 years ago
58de786
netfilter: ebt_nflog: fix Kconfig typo
by Patrick McHardy
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7c85fbf
bridge: Use STP demux
by Patrick McHardy
· 16 years ago
ab1b204
bridge: fix use-after-free in br_cleanup_bridges()
by Patrick McHardy
· 16 years ago
4497b07
net: Discard and warn about LRO'd skbs received for forwarding
by Ben Hutchings
· 16 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 16 years ago
f586287
bridge: fix IPV6=n build
by Randy Dunlap
· 16 years ago
92c0574
bridge: make bridge address settings sticky
by Stephen Hemminger
· 16 years ago
43aa192
bridge: handle process all link-local frames
by Stephen Hemminger
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
93f6515
netfilter: ebtables: add IPv6 support
by Kuo-lang Tseng
· 16 years ago
a339f1c
bridge: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 17 years ago
8252474
rcu: split list.h and move rcu-protected lists into rculist.h
by Franck Bui-Huu
· 17 years ago
e340a90
bridge: Consolidate error paths in br_add_bridge().
by Pavel Emelyanov
· 17 years ago
c37aa90
bridge: Net device leak in br_add_bridge().
by Pavel Emelyanov
· 17 years ago
ae4f8fc
bridge: forwarding table information for >256 devices
by Stephen Hemminger
· 17 years ago
d3e2ce3
net: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
d69efb1
bridge: kernel panic when unloading bridge module
by Bodo Stroesser
· 17 years ago
43af853
bridge: fix error handling in br_add_if()
by Volodymyr G Lukiianyk
· 17 years ago
334f8b2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.26
by David S. Miller
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
e7bfd0a
[NETFILTER]: bridge: add ebt_nflog watcher
by Peter Warasin
· 17 years ago
0718300c
[NETFILTER]: bridge netfilter: use non-deprecated __RW_LOCK_UNLOCKED macro.
by Robert P. J. Day
· 17 years ago
159d833
[BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilter
by Patrick McHardy
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
a25606c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
2bec008
bridge: use time_before() in br_fdb_cleanup()
by Fabio Checconi
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
1b04ab4
[NETFILTER]: fix ebtable targets return
by Joonwoo Park
· 17 years ago
eb1197b
[NETFILTER]: Fix incorrect use of skb_make_writable
by Joonwoo Park
· 17 years ago
30083c9
[NETFILTER]: ebtables: mark matches, targets and watchers __read_mostly
by Jan Engelhardt
· 17 years ago
f776c4c
[NETFILTER]: ebtables: Update modules' descriptions
by Jan Engelhardt
· 17 years ago
abfdf1c
[NETFILTER]: ebtables: remove casts, use consts
by Jan Engelhardt
· 17 years ago
2fd8e52
[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member
by Patrick McHardy
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
b7c6ba6
[NETNS]: Consolidate kernel netlink socket destruction.
by Denis V. Lunev
· 17 years ago
191df57
[BRIDGE]: Remove unused include of a header file in ebtables.c
by Rami Rosen
· 17 years ago
06eaa1a
[BRIDGE]: Remove unused macros from ebt_vlan.c
by Rami Rosen
· 17 years ago
b5ccd79
[NET]: Simple ctl_table to ctl_path conversions.
by Pavel Emelyanov
· 17 years ago
33b8e77
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
by Patrick McHardy
· 17 years ago
7b2f963
[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg
by Patrick McHardy
· 17 years ago
f01ffbd
[NETFILTER]: nf_log: move logging stuff to seperate header
by Patrick McHardy
· 17 years ago
91c5ec3
[BRIDGE]: Use cpu_to_be16() where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
1999414
[NETFILTER]: Mark hooks __read_mostly
by Patrick McHardy
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
78a2d90
Kobject: convert remaining kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
e32cc73
Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
43b98c4
Kobject: change net/bridge to use kobject_create_and_add
by Greg Kroah-Hartman
· 17 years ago
2dc2f20
[NETFILTER]: bridge-netfilter: fix net_device refcnt leaks
by Patrick McHardy
· 17 years ago
2948d2e
[NETFILTER]: bridge: fix double POST_ROUTING invocation
by Patrick McHardy
· 17 years ago
3ae4125
[BRIDGE]: Assign random address.
by Stephen Hemminger
· 17 years ago
73afc90
[BRIDGE]: Section fix.
by Andrew Morton
· 17 years ago
82de382
[BRIDGE]: Properly dereference the br_should_route_hook
by Pavel Emelyanov
· 17 years ago
17efdd4
[BRIDGE]: Lost call to br_fdb_fini() in br_init() error path
by Pavel Emelyanov
· 17 years ago
3a47a68
[BRIDGE]: Add missing "space"
by Joe Perches
· 17 years ago
81d9dda
[NETFILTER]: bridge: fix double POSTROUTING hook invocation
by Patrick McHardy
· 17 years ago
e011ff4
[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{src,dst}
by Bart De Schuymer
· 17 years ago
96de0e2
Convert files to UTF-8 and some cleanups
by Jan Engelhardt
· 17 years ago
9c2842b
[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().
by Patrick McHardy
· 17 years ago
3db05fe
[NETFILTER]: Replace sk_buff ** with sk_buff *
by Herbert Xu
· 17 years ago
2ca7b0a
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
by Herbert Xu
· 17 years ago
7b99565
[BRIDGE]: Unshare skb upon entry
by Herbert Xu
· 17 years ago
19c38de
kobjects: fix up improper use of the kobject name field
by Greg Kroah-Hartman
· 17 years ago
5871174
[NETFILTER]: bridge: remove broken netfilter binary sysctls
by Joseph Fannin
· 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
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
172589c
[NET]: DIV_ROUND_UP cleanup (part two)
by Ilpo Järvinen
· 17 years ago
d9cc204
[NET] skbuff: Add skb_cow_head
by Herbert Xu
· 17 years ago
e081e1e
[BRIDGE]: Kill clone argument to br_flood_*
by Herbert Xu
· 17 years ago
16fcec3
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
by Neil Horman
· 17 years ago
b4a488d
[BRIDGE]: Fix OOPS when bridging device without ethtool.
by Stephen Hemminger
· 17 years ago
df1c0b8
[BRIDGE]: Packets leaking out of disabled/blocked ports.
by Stephen Hemminger
· 17 years ago
e7c243c
[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"
by Evgeniy Polyakov
· 17 years ago
35b426c
missing return in bridge sysfs code
by Al Viro
· 17 years ago
02f4431
[BRIDGE]: Fix typo in net/bridge/br_stp_if.c
by Jussi Kivilinna
· 17 years ago
1712088
[BRIDGE]: sysfs locking fix.
by Stephen Hemminger
· 17 years ago
7f353bf
[NET]: Share correct feature code between bridging and bonding
by Herbert Xu
· 17 years ago
61a44b9
[NET]: ethtool ops are the only way
by Matthew Wilcox
· 17 years ago
582ee43
net/* misc endianness annotations
by Al Viro
· 17 years ago
62c7931
[NETFILTER]: Clean up duplicate includes in net/bridge/
by Jesper Juhl
· 17 years ago
7e2acc7
[NETFILTER]: Fix logging regression
by Patrick McHardy
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
a887c1c
[NETFILTER]: Lower *tables printk severity
by Patrick McHardy
· 17 years ago
dc690d8
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
91a6902
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes
by Zhang Rui
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
d212f87
[NET]: IPV6 checksum offloading in network devices
by Stephen Hemminger
· 17 years ago
9a834b8
[BRIDGE]: Round off STP perodic timers.
by Stephen Hemminger
· 17 years ago
Next »