Age | Commit message (Expand) | Author | Files | Lines |
2014-03-29 | bridge: Fix crash with vlan filtering and tcpdump | Vlad Yasevich | 2 | -5/+20 |
2014-03-29 | bridge: Fix handling stacked vlan tags | Toshiaki Makita | 1 | -17/+1 |
2014-03-29 | bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled | Toshiaki Makita | 2 | -3/+15 |
2014-03-12 | bridge: multicast: enable snooping on general queries only | Linus Lüssing | 1 | -3/+5 |
2014-03-12 | bridge: multicast: add sanity check for general query destination | Linus Lüssing | 1 | -0/+19 |
2014-03-06 | bridge: multicast: add sanity check for query source addresses | Linus Lüssing | 1 | -0/+6 |
2014-02-11 | bridge: Prevent possible race condition in br_fdb_change_mac_address | Toshiaki Makita | 1 | -1/+5 |
2014-02-11 | bridge: Properly check if local fdb entry can be deleted when deleting vlan | Toshiaki Makita | 3 | -9/+23 |
2014-02-11 | bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_... | Toshiaki Makita | 1 | -19/+6 |
2014-02-11 | bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac... | Toshiaki Makita | 1 | -25/+32 |
2014-02-11 | bridge: Fix the way to check if a local fdb entry can be deleted | Toshiaki Makita | 3 | -1/+34 |
2014-02-11 | bridge: Change local fdb entries whenever mac address of bridge device changes | Toshiaki Makita | 3 | -4/+5 |
2014-02-11 | bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address | Toshiaki Makita | 1 | -1/+1 |
2014-02-11 | bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr | Toshiaki Makita | 1 | -9/+20 |
2014-02-11 | bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr | Toshiaki Makita | 3 | -7/+16 |
2014-02-07 | bridge: fix netconsole setup over bridge | Cong Wang | 1 | -23/+28 |
2014-01-23 | bridge: Remove unnecessary vlan_put_tag in br_handle_vlan | Toshiaki Makita | 1 | -21/+0 |
2014-01-14 | bridge: move br_net_exit() to br.c | WANG Cong | 3 | -19/+18 |
2014-01-09 | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() | Patrick McHardy | 1 | -1/+1 |
2014-01-09 | netfilter: nf_tables: minor nf_chain_type cleanups | Patrick McHardy | 1 | -2/+2 |
2014-01-09 | netfilter: nf_tables: constify chain type definitions and pointers | Patrick McHardy | 1 | -1/+1 |
2014-01-09 | netfilter: nf_tables: add missing module references to chain types | Patrick McHardy | 1 | -0/+1 |
2014-01-08 | netfilter: nf_tables: add support for multi family tables | Patrick McHardy | 1 | -0/+1 |
2014-01-08 | netfilter: nf_tables: make chain types override the default AF functions | Patrick McHardy | 1 | -19/+19 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2014-01-07 | bridge: use DEVICE_ATTR_xx macros | sfeldma@cumulusnetworks.com | 1 | -141/+108 |
2014-01-07 | bridge: use spin_lock_bh() in br_multicast_set_hash_max | Curt Brune | 1 | -2/+2 |
2014-01-05 | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 3 | -15/+7 |
2014-01-02 | netlink: cleanup rntl_af_register | stephen hemminger | 1 | -4/+1 |
2013-12-20 | bridge: change the position of '{' to the pre line | tanxiaojun | 4 | -18/+9 |
2013-12-20 | bridge: change "foo* bar" to "foo *bar" | tanxiaojun | 2 | -10/+10 |
2013-12-20 | bridge: add space before '(/{', after ',', etc. | tanxiaojun | 7 | -12/+12 |
2013-12-20 | bridge: remove unnecessary parentheses | tanxiaojun | 2 | -3/+3 |
2013-12-20 | bridge: remove unnecessary condition judgment | tanxiaojun | 2 | -4/+2 |
2013-12-19 | bridge: spelling fixes | tanxiaojun | 3 | -3/+3 |
2013-12-11 | net: more spelling fixes | stephen hemminger | 1 | -2/+2 |
2013-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+11 |
2013-12-07 | br: fix use of ->rx_handler_data in code executed on non-rx_handler path | Jiri Pirko | 2 | -1/+11 |
2013-12-06 | netfilter: Fix FSF address in file headers | Jeff Kirsher | 1 | -2/+1 |
2013-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -3/+5 |
2013-11-21 | bridge: flush br's address entry in fdb when remove the | Ding Tianhong | 1 | -0/+2 |
2013-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -14/+11 |
2013-11-19 | netfilter: ebt_ip6: fix source and destination matching | Luís Fernando Cornachioni Estrozi | 1 | -3/+5 |
2013-11-15 | bridge: Fix memory leak when deleting bridge with vlan filtering enabled | Toshiaki Makita | 1 | -0/+1 |
2013-11-15 | bridge: Call vlan_vid_del for all vids at nbp_vlan_flush | Toshiaki Makita | 1 | -0/+4 |
2013-11-15 | bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c... | Toshiaki Makita | 1 | -14/+6 |
2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+7 |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+7 |
2013-11-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2 | -2/+40 |
2013-11-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 1 | -0/+2 |