index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Lines
2014-05-05
bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit
Vasily Averin
-2
/
+2
2014-04-27
bridge: Handle IFLA_ADDRESS correctly when creating bridge device
Toshiaki Makita
-0
/
+15
2014-04-11
bridge: Fix double free and memory leak around br_allowed_ingress
Toshiaki Makita
-4
/
+5
2014-04-05
netfilter: Can't fail and free after table replacement
Thomas Graf
-3
/
+2
2014-03-31
bridge: use is_skb_forwardable in forward path
Vlad Yasevich
-7
/
+2
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-25
/
+36
2014-03-29
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
-11
/
+10
2014-03-28
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
-5
/
+20
2014-03-28
bridge: Fix handling stacked vlan tags
Toshiaki Makita
-17
/
+1
2014-03-28
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
Toshiaki Makita
-3
/
+15
2014-03-27
net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c
Monam Agarwal
-4
/
+4
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
-2
/
+2
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3
/
+30
2014-03-11
bridge: multicast: enable snooping on general queries only
Linus Lüssing
-3
/
+5
2014-03-11
bridge: multicast: add sanity check for general query destination
Linus Lüssing
-0
/
+19
2014-03-06
inet: remove now unused flag DST_NOPEER
Hannes Frederic Sowa
-1
/
+1
2014-03-05
bridge: multicast: add sanity check for query source addresses
Linus Lüssing
-0
/
+6
2014-02-24
bridge: netfilter: Use ether_addr_copy
Joe Perches
-7
/
+7
2014-02-24
bridge: Use ether_addr_copy and ETH_ALEN
Joe Perches
-5
/
+5
2014-02-14
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
-8
/
+1
2014-02-10
bridge: Prevent possible race condition in br_fdb_change_mac_address
Toshiaki Makita
-1
/
+5
2014-02-10
bridge: Properly check if local fdb entry can be deleted when deleting vlan
Toshiaki Makita
-9
/
+23
2014-02-10
bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...
Toshiaki Makita
-19
/
+6
2014-02-10
bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...
Toshiaki Makita
-25
/
+32
2014-02-10
bridge: Fix the way to check if a local fdb entry can be deleted
Toshiaki Makita
-1
/
+34
2014-02-10
bridge: Change local fdb entries whenever mac address of bridge device changes
Toshiaki Makita
-4
/
+5
2014-02-10
bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address
Toshiaki Makita
-1
/
+1
2014-02-10
bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr
Toshiaki Makita
-9
/
+20
2014-02-10
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
-7
/
+16
2014-02-06
bridge: fix netconsole setup over bridge
Cong Wang
-23
/
+28
2014-01-22
bridge: Remove unnecessary vlan_put_tag in br_handle_vlan
Toshiaki Makita
-21
/
+0
2014-01-13
bridge: move br_net_exit() to br.c
WANG Cong
-19
/
+18
2014-01-09
netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()
Patrick McHardy
-1
/
+1
2014-01-09
netfilter: nf_tables: minor nf_chain_type cleanups
Patrick McHardy
-2
/
+2
2014-01-09
netfilter: nf_tables: constify chain type definitions and pointers
Patrick McHardy
-1
/
+1
2014-01-09
netfilter: nf_tables: add missing module references to chain types
Patrick McHardy
-0
/
+1
2014-01-07
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
-0
/
+1
2014-01-07
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
-19
/
+19
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-2
/
+2
2014-01-06
bridge: use DEVICE_ATTR_xx macros
sfeldma@cumulusnetworks.com
-141
/
+108
2014-01-06
bridge: use spin_lock_bh() in br_multicast_set_hash_max
Curt Brune
-2
/
+2
2014-01-04
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
-15
/
+7
2014-01-01
netlink: cleanup rntl_af_register
stephen hemminger
-4
/
+1
2013-12-19
bridge: change the position of '{' to the pre line
tanxiaojun
-18
/
+9
2013-12-19
bridge: change "foo* bar" to "foo *bar"
tanxiaojun
-10
/
+10
2013-12-19
bridge: add space before '(/{', after ',', etc.
tanxiaojun
-12
/
+12
2013-12-19
bridge: remove unnecessary parentheses
tanxiaojun
-3
/
+3
2013-12-19
bridge: remove unnecessary condition judgment
tanxiaojun
-4
/
+2
2013-12-18
bridge: spelling fixes
tanxiaojun
-3
/
+3
2013-12-10
net: more spelling fixes
stephen hemminger
-2
/
+2
[next]