| Commit message (Expand) | Author | Age |
* | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 2014-03-29 |
* | net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c | Monam Agarwal | 2014-03-27 |
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 2014-03-14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-14 |
|\ |
|
| * | bridge: multicast: enable snooping on general queries only | Linus Lüssing | 2014-03-11 |
| * | bridge: multicast: add sanity check for general query destination | Linus Lüssing | 2014-03-11 |
| * | bridge: multicast: add sanity check for query source addresses | Linus Lüssing | 2014-03-05 |
* | | inet: remove now unused flag DST_NOPEER | Hannes Frederic Sowa | 2014-03-06 |
* | | bridge: netfilter: Use ether_addr_copy | Joe Perches | 2014-02-24 |
* | | bridge: Use ether_addr_copy and ETH_ALEN | Joe Perches | 2014-02-24 |
* | | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 2014-02-14 |
|/ |
|
* | bridge: Prevent possible race condition in br_fdb_change_mac_address | Toshiaki Makita | 2014-02-10 |
* | bridge: Properly check if local fdb entry can be deleted when deleting vlan | Toshiaki Makita | 2014-02-10 |
* | bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_... | Toshiaki Makita | 2014-02-10 |
* | bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac... | Toshiaki Makita | 2014-02-10 |
* | bridge: Fix the way to check if a local fdb entry can be deleted | Toshiaki Makita | 2014-02-10 |
* | bridge: Change local fdb entries whenever mac address of bridge device changes | Toshiaki Makita | 2014-02-10 |
* | bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address | Toshiaki Makita | 2014-02-10 |
* | bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddr | Toshiaki Makita | 2014-02-10 |
* | bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr | Toshiaki Makita | 2014-02-10 |
* | bridge: fix netconsole setup over bridge | Cong Wang | 2014-02-07 |
* | bridge: Remove unnecessary vlan_put_tag in br_handle_vlan | Toshiaki Makita | 2014-01-23 |
* | bridge: move br_net_exit() to br.c | WANG Cong | 2014-01-14 |
* | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() | Patrick McHardy | 2014-01-09 |
* | netfilter: nf_tables: minor nf_chain_type cleanups | Patrick McHardy | 2014-01-09 |
* | netfilter: nf_tables: constify chain type definitions and pointers | Patrick McHardy | 2014-01-09 |
* | netfilter: nf_tables: add missing module references to chain types | Patrick McHardy | 2014-01-09 |
* | netfilter: nf_tables: add support for multi family tables | Patrick McHardy | 2014-01-07 |
* | netfilter: nf_tables: make chain types override the default AF functions | Patrick McHardy | 2014-01-07 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 |
|\ |
|
| * | bridge: use spin_lock_bh() in br_multicast_set_hash_max | Curt Brune | 2014-01-06 |
* | | bridge: use DEVICE_ATTR_xx macros | sfeldma@cumulusnetworks.com | 2014-01-06 |
* | | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 2014-01-04 |
* | | netlink: cleanup rntl_af_register | stephen hemminger | 2014-01-01 |
* | | bridge: change the position of '{' to the pre line | tanxiaojun | 2013-12-19 |
* | | bridge: change "foo* bar" to "foo *bar" | tanxiaojun | 2013-12-19 |
* | | bridge: add space before '(/{', after ',', etc. | tanxiaojun | 2013-12-19 |
* | | bridge: remove unnecessary parentheses | tanxiaojun | 2013-12-19 |
* | | bridge: remove unnecessary condition judgment | tanxiaojun | 2013-12-19 |
* | | bridge: spelling fixes | tanxiaojun | 2013-12-18 |
* | | net: more spelling fixes | stephen hemminger | 2013-12-10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-09 |
|\| |
|
| * | br: fix use of ->rx_handler_data in code executed on non-rx_handler path | Jiri Pirko | 2013-12-06 |
* | | netfilter: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2013-11-21 |
|\ |
|
| * | netfilter: ebt_ip6: fix source and destination matching | Luís Fernando Cornachioni Estrozi | 2013-11-19 |
* | | bridge: flush br's address entry in fdb when remove the | Ding Tianhong | 2013-11-20 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-11-19 |
|\ \ |
|
| * | | bridge: Fix memory leak when deleting bridge with vlan filtering enabled | Toshiaki Makita | 2013-11-14 |
| * | | bridge: Call vlan_vid_del for all vids at nbp_vlan_flush | Toshiaki Makita | 2013-11-14 |