| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables | Harald Welte | 2006-01-12 | 1 | -0/+1 |
* | [PATCH] capable/capability.h (net/) | Randy Dunlap | 2006-01-11 | 3 | -0/+3 |
* | [NET]: Remove more unneeded typecasts on *malloc() | Kris Katterjohn | 2006-01-11 | 1 | -2/+2 |
* | [NET]: Some more missing include/etherdevice.h includes | David S. Miller | 2006-01-11 | 1 | -0/+1 |
* | [EBTABLES] Don't match tcp/udp source/destination port for IP fragments | Bart De Schuymer | 2006-01-10 | 1 | -0/+3 |
* | [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() | Kris Katterjohn | 2006-01-10 | 1 | -2/+2 |
* | [BRIDGE] netfilter: vlan + hw checksum = bug? | Stephen Hemminger | 2006-01-06 | 1 | -4/+9 |
* | [NET]: Use newer is_multicast_ether_addr() in some files | Kris Katterjohn | 2006-01-06 | 1 | -1/+1 |
* | [NET]: Change 1500 to ETH_DATA_LEN in some files | Kris Katterjohn | 2006-01-05 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-01-04 | 1 | -2/+2 |
|\ |
|
| * | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 2006-01-04 | 1 | -2/+2 |
* | | [BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id() | Stephen Hemminger | 2006-01-03 | 1 | -1/+1 |
* | | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 2 | -0/+5 |
* | | [BRIDGE]: add version number | Stephen Hemminger | 2006-01-03 | 2 | -0/+3 |
* | | [BRIDGE]: limited ethtool support | Stephen Hemminger | 2006-01-03 | 3 | -3/+67 |
* | | [BRIDGE]: filter packets in learning state | Stephen Hemminger | 2006-01-03 | 1 | -4/+7 |
* | | [BRIDGE]: handle speed detection after carrier changes | Stephen Hemminger | 2006-01-03 | 3 | -22/+44 |
* | | [BRIDGE]: allow setting hardware address of bridge pseudo-dev | Stephen Hemminger | 2006-01-03 | 3 | -4/+28 |
* | | [NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog | Bart De Schuymer | 2006-01-03 | 3 | -21/+110 |
|/ |
|
* | [BR_NETFILTER]: Fix leak if skb traverses > 1 bridge | David Kimdon | 2005-12-26 | 1 | -0/+2 |
* | [BRIDGE-NF]: Fix bridge-nf ipv6 length check | Bart De Schuymer | 2005-12-19 | 1 | -10/+7 |
* | [BRIDGE]: recompute features when adding a new device | Olaf Rempel | 2005-11-23 | 1 | -0/+1 |
* | [BRIDGE]: Use ether_compare | Stephen Hemminger | 2005-10-31 | 3 | -11/+12 |
* | [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. | David S. Miller | 2005-10-13 | 1 | -10/+17 |
* | [BRIDGE]: fix race on bridge del if | Stephen Hemminger | 2005-10-12 | 1 | -1/+1 |
* | [BRIDGE]: TSO fix in br_dev_queue_push_xmit | Vlad Drukker | 2005-09-22 | 1 | -1/+2 |
* | [BRIDGE-NF]: Fix iptables redirect on bridge interface | Bart De Schuymer | 2005-09-14 | 1 | -3/+5 |
* | [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers | Eric Dumazet | 2005-08-29 | 1 | -1/+1 |
* | [NETLINK]: Add "groups" argument to netlink_kernel_create | Patrick McHardy | 2005-08-29 | 1 | -1/+2 |
* | [NETLINK]: Convert netlink users to use group numbers instead of bitmasks | Patrick McHardy | 2005-08-29 | 1 | -2/+2 |
* | [NET]: Store skb->timestamp as offset to a base timestamp | Patrick McHardy | 2005-08-29 | 1 | -1/+1 |
* | [NETLINK]: Add properly module refcounting for kernel netlink sockets. | Harald Welte | 2005-08-29 | 1 | -1/+1 |
* | [NETFILTER]: reduce netfilter sk_buff enlargement | Harald Welte | 2005-08-29 | 1 | -3/+2 |
* | [NET]: BRIDGE_EBT_ARPREPLY must depend on INET | Adrian Bunk | 2005-07-19 | 1 | -1/+1 |
* | [NET]: move config options out to individual protocols | Sam Ravnborg | 2005-07-11 | 1 | -0/+31 |
* | [NETFILTER]: Fix connection tracking bug in 2.6.12 | Patrick McHardy | 2005-06-28 | 1 | -1/+1 |
* | [EBTABLES]: Fix thinkos in ebt_log.c | David S. Miller | 2005-06-28 | 1 | -4/+2 |
* | [EBTABLES]: vfree() checking cleanups | James Lamanna | 2005-06-22 | 1 | -14/+7 |
* | [NETFILTER]: Kill nf_debug | Patrick McHardy | 2005-06-21 | 3 | -45/+0 |
* | [BRIDGE]: receive path optimization | Stephen Hemminger | 2005-05-29 | 1 | -1/+1 |
* | [BRIDGE]: prevent bad forwarding table updates | Stephen Hemminger | 2005-05-29 | 2 | -2/+7 |
* | [BRIDGE]: set features based on enslaved devices | Stephen Hemminger | 2005-05-29 | 4 | -8/+40 |
* | [PATCH] kobject/hotplug split - net bridge | kay.sievers@vrfy.org | 2005-04-18 | 1 | -0/+2 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 40 | -0/+8982 |