Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9a95e2f1008ee433c496a81628cdde67acc8e4b1
/
net
/
bridge
b3bcb72
bridge: fix build for CONFIG_SYSFS disabled
by Randy Dunlap
· 14 years ago
e0f4375
bridge: update sysfs link names if port device names have changed
by Simon Arlott
· 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
e94c674
netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()
by Bart De Schuymer
· 14 years ago
cba7a98
Merge branch 'master' of git://dev.medozas.de/linux
by Patrick McHardy
· 14 years ago
b4ba261
netfilter: xtables: change hotdrop pointer to direct modification
by Jan Engelhardt
· 15 years ago
62fc805
netfilter: xtables: deconstify struct xt_action_param for matches
by Jan Engelhardt
· 15 years ago
4b560b4
netfilter: xtables: substitute temporary defines by final name
by Jan Engelhardt
· 15 years ago
de74c16
netfilter: xtables: combine struct xt_match_param and xt_target_param
by Jan Engelhardt
· 15 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
afe0159
bridge: multicast_flood cleanup
by stephen hemminger
· 15 years ago
83f6a74
bridge: multicast port group RCU fix
by stephen hemminger
· 15 years ago
168d40e
bridge: multicast flood
by stephen hemminger
· 15 years ago
7e80c12
bridge: simplify multicast_add_router
by stephen hemminger
· 15 years ago
709b932
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"
by David S. Miller
· 15 years ago
ff65e82
bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()
by David S. Miller
· 15 years ago
dcdca2c
bridge: multicast router list manipulation
by stephen hemminger
· 15 years ago
7180f77
bridge: use is_multicast_ether_addr
by stephen hemminger
· 15 years ago
d4c4f07
bridge: Fix build of ipv6 multicast code.
by David S. Miller
· 15 years ago
1fafc7a
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
08b202b
bridge br_multicast: IPv6 MLD support.
by YOSHIFUJI Hideaki
· 15 years ago
8ef2a9a
bridge br_multicast: Make functions less ipv4 dependent.
by YOSHIFUJI Hideaki
· 15 years ago
87eb367
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
8eabf95
bridge: add a missing ntohs()
by Eric Dumazet
· 15 years ago
6c79bf0
netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic
by Bart De Schuymer
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
e179e63
netfilter: bridge-netfilter: Fix MAC header handling with IP DNAT
by Bart De Schuymer
· 15 years ago
ea2d9b4
netfilter: bridge-netfilter: simplify IP DNAT
by Bart De Schuymer
· 15 years ago
e26c28e
netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragment()
by Bart De Schuymer
· 15 years ago
8237908
netfilter: bridge-netfilter: cleanup br_netfilter.c
by Bart De Schuymer
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a1032f
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
fd218cf
bridge: Fix IGMP3 report parsing
by Herbert Xu
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d6b00a5
netfilter: xtables: change targets to return error code
by Jan Engelhardt
· 15 years ago
bd414ee
netfilter: xtables: change matches to return error code
by Jan Engelhardt
· 15 years ago
135367b
netfilter: xtables: change xt_target.checkentry return type
by Jan Engelhardt
· 15 years ago
b0f3845
netfilter: xtables: change xt_match.checkentry return type
by Jan Engelhardt
· 15 years ago
713aefa
netfilter: bridge: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
fd0ec0e
netfilter: xtables: consolidate code into xt_request_find_match
by Jan Engelhardt
· 15 years ago
d2a7b6b
netfilter: xtables: make use of xt_request_find_target
by Jan Engelhardt
· 15 years ago
ff67e4e
netfilter: xt extensions: use pr_<level> (2)
by Jan Engelhardt
· 15 years ago
7668448
bridge: cleanup: remove unused assignment
by Dan Carpenter
· 15 years ago
1c01fe1
net: forbid underlaying devices to change its type
by Jiri Pirko
· 15 years ago
85bc3f3
netfilter: xtables: do not print any messages on ENOMEM
by Jan Engelhardt
· 15 years ago
e8a96f6
Merge branch 'master' of ../nf-2.6
by Patrick McHardy
· 15 years ago
8244f4b
netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag
by Jan Engelhardt
· 15 years ago
408ffaa
netfilter: update my email address
by Jan Engelhardt
· 15 years ago
14bb478
bridge: per-cpu packet statistics (v3)
by stephen hemminger
· 15 years ago
87faf3c
bridge: Make first arg to deliver_clone const.
by David S. Miller
· 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
8440853
bridge br_multicast: Fix skb leakage in error path.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
0ba8c9e
bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
7f7708f
bridge: Fix br_forward crash in promiscuous mode
by Michael Braun
· 15 years ago
0821ec5
bridge: Move NULL mdb check into br_mdb_ip_get
by Herbert Xu
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
bec68ff
bridge: ensure to unlock in error path in br_multicast_query().
by YOSHIFUJI Hideaki
· 15 years ago
0898f99
netfilter: ebt_ip6: Use ipv6_masked_addr_cmp()
by YOSHIFUJI Hideaki
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
10cc2b5
bridge: Fix RCU race in br_multicast_stop
by Herbert Xu
· 15 years ago
49f5fcf
bridge: Use RCU list primitive in __br_mdb_ip_get
by Herbert Xu
· 15 years ago
02a780c
bridge: cleanup: remove unneed check
by Dan Carpenter
· 15 years ago
1cd4efd
bridge: depends on INET
by Randy Dunlap
· 15 years ago
85b3526
bridge: Fix build error when IGMP_SNOOPING is not enabled
by Sridhar Samudrala
· 15 years ago
024c378
bridge: Make IGMP snooping depend upon BRIDGE.
by David S. Miller
· 15 years ago
d902eee
bridge: Add multicast count/interval sysfs entries
by Herbert Xu
· 15 years ago
b195167
bridge: Add hash elasticity/max sysfs entries
by Herbert Xu
· 15 years ago
561f110
bridge: Add multicast_snooping sysfs toggle
by Herbert Xu
· 15 years ago
0909e11
bridge: Add multicast_router sysfs entries
by Herbert Xu
· 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
5cb5e94
bridge: Add multicast forwarding functions
by Herbert Xu
· 15 years ago
eb1d164
bridge: Add core IGMP snooping support
by Herbert Xu
· 15 years ago
025d89c
bridge: Split may_deliver/deliver_clone out of br_flood
by Herbert Xu
· 15 years ago
6088a53
bridge: Use BR_INPUT_SKB_CB on xmit path
by Herbert Xu
· 15 years ago
b33084b
bridge: Avoid unnecessary clone on forward path
by Herbert Xu
· 15 years ago
68b7c89
bridge: Allow tail-call on br_pass_frame_up
by Herbert Xu
· 15 years ago
87557c1
bridge: Do br_pass_frame_up after other ports
by Herbert Xu
· 15 years ago
6e705f5
netfilter: ebtables: mark: add CONFIG_COMPAT support
by Florian Westphal
· 15 years ago
314ddca
netfilter: ebt_limit: add CONFIG_COMPAT support
by Florian Westphal
· 15 years ago
90b89af
netfilter: ebtables: try native set/getsockopt handlers, too
by Florian Westphal
· 15 years ago
81e675c
netfilter: ebtables: add CONFIG_COMPAT support
by Florian Westphal
· 15 years ago
49facff
netfilter: ebtables: split update_counters into two functions
by Florian Westphal
· 15 years ago
837395a
netfilter: ebtables: split copy_everything_to_user into two functions
by Florian Westphal
· 15 years ago
e788759
netfilter: ebtables: split do_replace into two functions
by Florian Westphal
· 15 years ago
fc0e3df
netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
by Florian Westphal
· 15 years ago
1756de2
netfilter: ebtables: abort if next_offset is too small
by Florian Westphal
· 15 years ago
d5d1baa
netfilter: xtables: add const qualifiers
by Jan Engelhardt
· 15 years ago
9ab99d5
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
570930f
bridge: Remove unused age_list
by Herbert Xu
· 15 years ago
add6746
netfilter: add struct net * to target parameters
by Patrick McHardy
· 15 years ago
f54e936
netfilter: xtables: add struct xt_mtdtor_param::net
by Alexey Dobriyan
· 15 years ago
a83d8e8
netfilter: xtables: add struct xt_mtchk_param::net
by Alexey Dobriyan
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
dce766a
netfilter: ebtables: enforce CAP_NET_ADMIN
by Florian Westphal
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
Next »