index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-21
bridge: use list_for_each_entry_continue_reverse
Li RongQing
1
-6
/
+4
2014-06-12
bridge: fix compile error when compiling without IPv6 support
Linus Lüssing
1
-0
/
+2
2014-06-12
bridge: fix smatch warning / potential null pointer dereference
Linus Lüssing
1
-0
/
+2
2014-06-11
bridge: Support 802.1ad vlan filtering
Toshiaki Makita
3
-0
/
+130
2014-06-11
bridge: Prepare for forwarding another bridge group addresses
Toshiaki Makita
3
-2
/
+10
2014-06-11
bridge: Prepare for 802.1ad vlan filtering support
Toshiaki Makita
3
-12
/
+51
2014-06-11
bridge: Add 802.1ad tx vlan acceleration
Toshiaki Makita
1
-2
/
+3
2014-06-10
bridge: memorize and export selected IGMP/MLD querier port
Linus Lüssing
2
-6
/
+67
2014-06-10
bridge: add export of multicast database adjacent to net_dev
Linus Lüssing
2
-12
/
+58
2014-06-10
bridge: adhere to querier election mechanism specified by RFCs
Linus Lüssing
2
-13
/
+95
2014-06-10
bridge: rename struct bridge_mcast_query/querier
Linus Lüssing
3
-95
/
+100
2014-06-05
bridge: Fix incorrect judgment of promisc
Toshiaki Makita
1
-1
/
+2
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-3
/
+44
2014-06-02
bridge: Add bridge ifindex to bridge fdb notify msgs
Roopa Prabhu
1
-0
/
+3
2014-06-02
bridge: Prevent insertion of FDB entry with disallowed vlan
Toshiaki Makita
3
-2
/
+37
2014-06-01
bridge: notify user space after fdb update
Jon Maxwell
1
-1
/
+7
2014-06-01
bridge: fix the unbalanced promiscuous count when add_if failed
wangweidong
1
-1
/
+1
2014-05-26
netfilter: bridge: fix Kconfig unmet dependencies
Pablo Neira
2
-6
/
+3
2014-05-22
bridge: make br_device_notifier static
Cong Wang
4
-121
/
+99
2014-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables
David S. Miller
4
-2
/
+154
2014-05-18
bridge: fix spelling of promiscuous
stephen hemminger
1
-1
/
+1
2014-05-18
net: bridge: fix build
Alexei Starovoitov
1
-1
/
+1
2014-05-16
bridge: Automatically manage port promiscuous mode.
Vlad Yasevich
4
-7
/
+116
2014-05-16
bridge: Add addresses from static fdbs to non-promisc ports
Vlad Yasevich
1
-6
/
+69
2014-05-16
bridge: Introduce BR_PROMISC flag
Vlad Yasevich
2
-1
/
+3
2014-05-16
bridge: Add functionality to sync static fdb entries to hw
Vlad Yasevich
2
-0
/
+58
2014-05-16
bridge: Keep track of ports capable of automatic discovery.
Vlad Yasevich
4
-1
/
+36
2014-05-16
bridge: Turn flag change macro into a function.
Vlad Yasevich
1
-10
/
+17
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-05-12
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
dingtianhong
1
-1
/
+1
2014-05-05
bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit
Vasily Averin
1
-2
/
+2
2014-04-27
bridge: Handle IFLA_ADDRESS correctly when creating bridge device
Toshiaki Makita
1
-0
/
+15
2014-04-24
netfilter: nf_tables: Add meta expression key for bridge interface name
Tomasz Bursztyka
4
-2
/
+154
2014-04-11
bridge: Fix double free and memory leak around br_allowed_ingress
Toshiaki Makita
2
-4
/
+5
2014-04-05
netfilter: Can't fail and free after table replacement
Thomas Graf
1
-3
/
+2
2014-03-31
bridge: use is_skb_forwardable in forward path
Vlad Yasevich
1
-7
/
+2
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-25
/
+36
2014-03-29
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
3
-11
/
+10
2014-03-28
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
2
-5
/
+20
2014-03-28
bridge: Fix handling stacked vlan tags
Toshiaki Makita
1
-17
/
+1
2014-03-28
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
Toshiaki Makita
2
-3
/
+15
2014-03-27
net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c
Monam Agarwal
1
-4
/
+4
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-2
/
+2
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+30
2014-03-11
bridge: multicast: enable snooping on general queries only
Linus Lüssing
1
-3
/
+5
2014-03-11
bridge: multicast: add sanity check for general query destination
Linus Lüssing
1
-0
/
+19
2014-03-06
inet: remove now unused flag DST_NOPEER
Hannes Frederic Sowa
1
-1
/
+1
2014-03-05
bridge: multicast: add sanity check for query source addresses
Linus Lüssing
1
-0
/
+6
2014-02-24
bridge: netfilter: Use ether_addr_copy
Joe Perches
5
-7
/
+7
2014-02-24
bridge: Use ether_addr_copy and ETH_ALEN
Joe Perches
3
-5
/
+5
[next]