Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | netfilter: fix string extension for case insensitive pattern matching | Joonwoo Park | 2 | -3/+50 |
2008-07-08 | textsearch: convert kmalloc + memset to kzalloc | Joonwoo Park | 1 | -2/+1 |
2008-07-08 | textsearch: ts_fsm: return error on request for case insensitive search | Joonwoo Park | 1 | -1/+5 |
2008-07-08 | textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ... | Joonwoo Park | 1 | -8/+21 |
2008-07-08 | textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm | Joonwoo Park | 1 | -6/+20 |
2008-07-08 | textsearch: support for case insensitive searching | Joonwoo Park | 2 | -11/+13 |
2008-07-08 | netfilter: ebt_nflog: fix Kconfig typo | Patrick McHardy | 1 | -1/+1 |
2008-07-08 | netfilter: cleanup netfilter_ipv6.h userspace header | Adrian Bunk | 1 | -0/+4 |
2008-07-08 | netfilter: ip6table_filter in netns for real | Alexey Dobriyan | 1 | -9/+22 |
2008-07-08 | netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc | Pablo Neira Ayuso | 3 | -5/+7 |
2008-07-08 | netfilter: Get rid of refrences to no longer existant Fast NAT. | Russ Dill | 2 | -5/+3 |
2008-07-08 | netfilter: use correct namespace in ip6table_security | Alexey Dobriyan | 1 | -3/+3 |
2008-07-07 | amd8111e: delete non NAPI code from the driver. | Francois Romieu | 2 | -144/+7 |
2008-07-07 | starfire: delete non NAPI code from the driver. | Francois Romieu | 2 | -80/+45 |
2008-07-07 | netdev: remove unused S2IO_NAPI | Francois Romieu | 2 | -19/+2 |
2008-07-06 | netdrv: don't truncate VLAN TCI with VLAN stripping | Patrick McHardy | 7 | -18/+11 |
2008-07-06 | net: fix dev_set_promiscuity() breakage | Patrick McHardy | 1 | -1/+1 |
2008-07-05 | net-sched: consolidate default fifo qdisc setup | Patrick McHardy | 5 | -82/+54 |
2008-07-05 | net-sched: sch_htb: remove write-only qdisc filter_cnt | Patrick McHardy | 1 | -7/+0 |
2008-07-05 | net-sched: sch_htb: remove child and sibling lists | Patrick McHardy | 1 | -14/+7 |
2008-07-05 | net-sched: sch_htb: use dynamic class hash helpers | Patrick McHardy | 1 | -58/+42 |
2008-07-05 | net-sched: sch_htb: move hash and sibling list removal to htb_delete | Patrick McHardy | 1 | -23/+17 |
2008-07-05 | net-sched: sch_cbq: use dynamic class hash helpers | Patrick McHardy | 1 | -57/+55 |
2008-07-05 | net-sched: sch_hfsc: use dynamic class hash helpers | Patrick McHardy | 1 | -41/+40 |
2008-07-05 | net-sched: add dynamically sized qdisc class hash helpers | Patrick McHardy | 2 | -0/+146 |
2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 433 | -6458/+18211 |
2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 45 | -2133/+2042 |
2008-07-05 | vlan: Add GVRP support | Patrick McHardy | 9 | -13/+134 |
2008-07-05 | vlan: Move device unregistration before lower dev cleanup | Patrick McHardy | 1 | -2/+2 |
2008-07-05 | vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at once | Patrick McHardy | 4 | -19/+14 |
2008-07-05 | net: Add GARP applicant-only participant | Patrick McHardy | 5 | -0/+767 |
2008-07-05 | bridge: Use STP demux | Patrick McHardy | 4 | -18/+16 |
2008-07-05 | net: Add STP demux layer | Patrick McHardy | 5 | -0/+121 |
2008-07-05 | MIB: add struct net to UDP6_INC_STATS_BH | Pavel Emelyanov | 2 | -8/+9 |
2008-07-05 | MIB: add struct net to UDP6_INC_STATS_USER | Pavel Emelyanov | 2 | -5/+8 |
2008-07-05 | MIB: add struct net to UDP_INC_STATS_BH | Pavel Emelyanov | 3 | -13/+16 |
2008-07-05 | MIB: add struct net to UDP_INC_STATS_USER | Pavel Emelyanov | 2 | -5/+8 |
2008-07-05 | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar... | David S. Miller | 37 | -944/+846 |
2008-07-05 | netns: selective flush of rt_cache | Denis V. Lunev | 1 | -1/+30 |
2008-07-05 | netns: place rt_genid into struct net | Denis V. Lunev | 2 | -33/+44 |
2008-07-05 | ipv4: pass current value of rt_genid into rt_hash | Denis V. Lunev | 1 | -11/+17 |
2008-07-05 | netns: add struct net parameter to rt_cache_invalidate | Denis V. Lunev | 1 | -3/+3 |
2008-07-05 | netns: make rt_secret_rebuild timer per namespace | Denis V. Lunev | 2 | -10/+32 |
2008-07-05 | netns: register net.ipv4.route.flush in each namespace | Denis V. Lunev | 2 | -10/+70 |
2008-07-05 | ipv4: remove static flush_delay variable | Denis V. Lunev | 1 | -3/+8 |
2008-07-05 | net: add fib_rules_ops to flush_cache method | Denis V. Lunev | 4 | -5/+5 |
2008-07-05 | netns: add namespace parameter to rt_cache_flush | Denis V. Lunev | 8 | -24/+27 |
2008-07-04 | 8390: Split 8390 support into a pausing and a non pausing driver core | Alan Cox | 7 | -36/+116 |
2008-07-04 | WAN: Remove no longer needed pvc_desc in FR code. | Krzysztof Halasa | 1 | -17/+8 |
2008-07-04 | WAN: convert drivers to use built-in netdev_stats | Krzysztof Halasa | 17 | -230/+174 |