Age | Commit message (Expand) | Author | Files | Lines |
2009-09-28 | bridge: Fix double-free in br_add_if. | Jeff Hansen | 1 | -0/+1 |
2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 1 | -2/+2 |
2009-09-11 | net: Add DEVTYPE support for Ethernet based devices | Marcel Holtmann | 1 | -0/+6 |
2009-09-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 7 | -38/+24 |
2009-09-01 | netfilter: ebt_ulog: fix checkentry return value | Patrick McHardy | 1 | -1/+1 |
2009-09-01 | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger | 2 | -2/+3 |
2009-08-24 | netfilter: bridge: refcount fix | Eric Dumazet | 1 | -1/+1 |
2009-08-24 | netfilter: xtables: mark initial tables constant | Jan Engelhardt | 3 | -8/+9 |
2009-08-13 | net/bridge: Add 'hairpin' port forwarding mode | Fischer, Anna | 4 | -1/+23 |
2009-08-10 | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy | 2 | -6/+6 |
2009-08-10 | netfilter: xtables: switch hook PFs to nfproto | Jan Engelhardt | 2 | -6/+6 |
2009-08-10 | netfilter: ebtables: Use %pM conversion specifier | Tobias Klauser | 1 | -22/+7 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -1/+1 |
2009-07-30 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-07-26 | net/bridge: use kobject_put to release kobject in br_add_if error path | Xiaotian Feng | 1 | -1/+1 |
2009-07-05 | net, bridge: align br_nf_ops assignment | Cyrill Gorcunov | 1 | -40/+56 |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
2009-06-26 | bridge: Use rcu_barrier() instead of syncronize_net() on unload. | Jesper Dangaard Brouer | 1 | -1/+1 |
2009-06-11 | bridge: Simplify interface for ATM LANE | Michał Mirosław | 3 | -34/+31 |
2009-06-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Patrick McHardy | 2 | -16/+19 |
2009-06-04 | netfilter: x_tables: added hook number into match extension parameter structure. | Evgeniy Polyakov | 1 | -1/+1 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -10/+8 |
2009-06-03 | net: skb->rtable accessor | Eric Dumazet | 1 | -10/+15 |
2009-06-02 | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy | 1 | -6/+10 |
2009-05-27 | bridge: avoid an extra space in br_fdb_update() | Jiri Pirko | 1 | -1/+1 |
2009-05-18 | net: Fix bridgeing sysfs handling of rtnl_lock | Eric W. Biederman | 2 | -2/+4 |
2009-05-17 | bridge: fix initial packet flood if !STP | Stephen Hemminger | 1 | -0/+3 |
2009-05-17 | bridge: relay bridge multicast pkgs if !STP | Stephen Hemminger | 1 | -0/+5 |
2009-05-08 | netfilter: xtables: consolidate open-coded logic | Jan Engelhardt | 1 | -6/+10 |
2009-04-20 | netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge | hummerbliss@gmail.com | 1 | -1/+9 |
2009-03-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2009-03-26 | netfilter: fix nf_logger name in ebt_ulog. | Eric Leblond | 1 | -1/+1 |
2009-03-26 | netfilter: fix warning in ebt_ulog init function. | Eric Leblond | 1 | -5/+5 |
2009-03-26 | netfilter: fix warning about invalid const usage | Eric Leblond | 2 | -2/+2 |
2009-03-25 | bridge: bad error handling when adding invalid ether address | Stephen Hemminger | 1 | -1/+0 |
2009-03-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 3 | -3/+0 |
2009-02-24 | netlink: change nlmsg_notify() return value logic | Pablo Neira Ayuso | 1 | -1/+2 |
2009-02-18 | netfilter: ebtables: remove unneeded initializations | Stephen Hemminger | 3 | -3/+0 |
2009-02-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+6 |
2009-02-09 | bridge: Fix LRO crash with tun | Herbert Xu | 1 | -1/+6 |
2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -1/+1 |
2009-01-12 | netfilter 05/09: ebtables: fix inversion in match code | Jan Engelhardt | 1 | -1/+1 |
2009-01-12 | netfilter 03/09: bridge: Disable PPPOE/VLAN processing by default | Herbert Xu | 1 | -4/+4 |
2009-01-12 | netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTING | Herbert Xu | 1 | -2/+8 |
2009-01-11 | net/bridge/netfilter: move a dereference below a NULL test | Julia Lawall | 1 | -1/+2 |
2008-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 5 | -41/+118 |
2008-11-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+12 |
2008-11-24 | bridge: netfilter: fix update_pmtu crash with GRE | Herbert Xu | 1 | -0/+13 |
2008-11-20 | netdev: add more functions to netdevice ops | Stephen Hemminger | 2 | -6/+6 |
2008-11-19 | bridge: convert to net_device_ops | Stephen Hemminger | 1 | -7/+11 |