| Commit message (Expand) | Author | Age | Files | Lines |
* | missing return in bridge sysfs code | Al Viro | 2007-08-19 | 1 | -0/+1 |
* | [BRIDGE]: Fix typo in net/bridge/br_stp_if.c | Jussi Kivilinna | 2007-08-14 | 1 | -1/+1 |
* | [BRIDGE]: sysfs locking fix. | Stephen Hemminger | 2007-08-14 | 1 | -9/+15 |
* | [NET]: Share correct feature code between bridging and bonding | Herbert Xu | 2007-08-13 | 2 | -33/+5 |
* | [NET]: ethtool ops are the only way | Matthew Wilcox | 2007-07-31 | 1 | -26/+15 |
* | net/* misc endianness annotations | Al Viro | 2007-07-26 | 1 | -3/+3 |
* | [NETFILTER]: Clean up duplicate includes in net/bridge/ | Jesper Juhl | 2007-07-24 | 2 | -2/+0 |
* | [NETFILTER]: Fix logging regression | Patrick McHardy | 2007-07-24 | 2 | -10/+4 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 2007-07-18 | 1 | -1/+1 |
* | [NETFILTER]: Lower *tables printk severity | Patrick McHardy | 2007-07-14 | 1 | -2/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-07-12 | 2 | -6/+5 |
|\ |
|
| * | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 2007-07-11 | 1 | -2/+3 |
| * | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 2 | -4/+2 |
* | | [NET]: IPV6 checksum offloading in network devices | Stephen Hemminger | 2007-07-10 | 1 | -1/+9 |
|/ |
|
* | [BRIDGE]: Round off STP perodic timers. | Stephen Hemminger | 2007-05-31 | 2 | -2/+3 |
* | [BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge. | Baruch Even | 2007-05-31 | 1 | -3/+11 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 3 | -3/+0 |
* | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 2007-05-03 | 3 | -5/+6 |
* | [NETFILTER]: bridge netfilter: consolidate header pushing/pulling code | Patrick McHardy | 2007-05-03 | 1 | -98/+40 |
* | [BRIDGE]: Missing rtnl. | Stephen Hemminger | 2007-04-25 | 1 | -0/+2 |
* | [BRIDGE]: if no STP then forward all BPDUs | Stephen Hemminger | 2007-04-25 | 1 | -2/+8 |
* | [BRIDGE]: drop PAUSE frames | Stephen Hemminger | 2007-04-25 | 1 | -1/+6 |
* | [BRIDGE]: don't change packet type | Stephen Hemminger | 2007-04-25 | 1 | -4/+1 |
* | [BRIDGE]: Fix warning in net-2.6.22 | Stephen Hemminger | 2007-04-25 | 1 | -1/+0 |
* | [RTNETLINK]: Remove unnecessary locking in dump callbacks | Patrick McHardy | 2007-04-25 | 1 | -2/+0 |
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | 2007-04-25 | 1 | -1/+1 |
* | [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading | Patrick McHardy | 2007-04-25 | 1 | -8/+4 |
* | [NETFILTER]: ebt_arp: add gratuitous arp filtering | Bart De Schuymer | 2007-04-25 | 1 | -26/+22 |
* | [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic | Michael Milner | 2007-04-25 | 1 | -4/+73 |
* | bridge: check kmem_cache_create() error | Akinobu Mita | 2007-04-25 | 3 | -3/+9 |
* | bridge: allow changing hardware address to any valid address | Stephen Hemminger | 2007-04-25 | 1 | -12/+7 |
* | bridge: change when netlink events go to STP | Stephen Hemminger | 2007-04-25 | 3 | -7/+13 |
* | bridge: add support for user mode STP | Stephen Hemminger | 2007-04-25 | 8 | -17/+96 |
* | bridge: add sysfs hook to flush forwarding table | Stephen Hemminger | 2007-04-25 | 4 | -0/+42 |
* | bridge: simpler hash with salt | Stephen Hemminger | 2007-04-25 | 1 | -5/+12 |
* | bridge: don't route packets while learning | Stephen Hemminger | 2007-04-25 | 1 | -7/+10 |
* | bridge: eliminate call by reference | Stephen Hemminger | 2007-04-25 | 2 | -12/+11 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+2 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+2 |
* | [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE | Herbert Xu | 2007-04-25 | 1 | -1/+1 |
* | [NETFILTER]: Use setup_timer | Patrick McHardy | 2007-04-25 | 1 | -3/+1 |
* | [BRIDGE]: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 3 | -13/+17 |
* | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -12/+12 |
* | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+3 |
* | [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [BRIDGE]: faster compare for link local addresses | Stephen Hemminger | 2007-04-25 | 1 | -1/+5 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -5/+5 |
* | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -5/+7 |
* | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+3 |