Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | netfilter: fix string extension for case insensitive pattern matching | Joonwoo Park | 1 | -1/+14 |
2008-07-08 | textsearch: convert kmalloc + memset to kzalloc | Joonwoo Park | 1 | -2/+1 |
2008-07-08 | textsearch: support for case insensitive searching | Joonwoo Park | 1 | -5/+5 |
2008-07-08 | netfilter: cleanup netfilter_ipv6.h userspace header | Adrian Bunk | 1 | -0/+4 |
2008-07-08 | netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc | Pablo Neira Ayuso | 1 | -1/+2 |
2008-07-05 | net-sched: consolidate default fifo qdisc setup | Patrick McHardy | 1 | -0/+4 |
2008-07-05 | net-sched: add dynamically sized qdisc class hash helpers | Patrick McHardy | 1 | -0/+42 |
2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 52 | -117/+233 |
2008-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 1 | -0/+5 |
2008-07-05 | vlan: Add GVRP support | Patrick McHardy | 2 | -0/+2 |
2008-07-05 | net: Add GARP applicant-only participant | Patrick McHardy | 2 | -0/+129 |
2008-07-05 | net: Add STP demux layer | Patrick McHardy | 1 | -0/+14 |
2008-07-05 | MIB: add struct net to UDP6_INC_STATS_BH | Pavel Emelyanov | 1 | -2/+2 |
2008-07-05 | MIB: add struct net to UDP6_INC_STATS_USER | Pavel Emelyanov | 1 | -1/+1 |
2008-07-05 | MIB: add struct net to UDP_INC_STATS_BH | Pavel Emelyanov | 1 | -3/+3 |
2008-07-05 | MIB: add struct net to UDP_INC_STATS_USER | Pavel Emelyanov | 1 | -1/+1 |
2008-07-05 | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar... | David S. Miller | 1 | -7/+0 |
2008-07-05 | netns: place rt_genid into struct net | Denis V. Lunev | 1 | -0/+1 |
2008-07-05 | netns: make rt_secret_rebuild timer per namespace | Denis V. Lunev | 1 | -0/+2 |
2008-07-05 | netns: register net.ipv4.route.flush in each namespace | Denis V. Lunev | 1 | -0/+1 |
2008-07-05 | net: add fib_rules_ops to flush_cache method | Denis V. Lunev | 1 | -1/+1 |
2008-07-05 | netns: add namespace parameter to rt_cache_flush | Denis V. Lunev | 1 | -1/+1 |
2008-07-04 | WAN: convert drivers to use built-in netdev_stats | Krzysztof Halasa | 1 | -7/+0 |
2008-07-03 | tun: Allow GSO using virtio_net_hdr | Rusty Russell | 1 | -0/+2 |
2008-07-03 | tun: TUNSETFEATURES to set gso features. | Rusty Russell | 1 | -0/+7 |
2008-07-03 | tun: Interface to query tun/tap features. | Rusty Russell | 1 | -0/+1 |
2008-07-03 | ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. | YOSHIFUJI Hideaki | 2 | -0/+59 |
2008-07-03 | ipv4: Do cleanup for ip_mr_init | Wang Chen | 2 | -3/+1 |
2008-07-03 | ipv6: Do cleanup for ip6_mr_init. | Wang Chen | 1 | -1/+2 |
2008-07-03 | ipv6 addrconf: add accept_dad sysctl to control DAD operation. | YOSHIFUJI Hideaki | 1 | -0/+2 |
2008-07-03 | ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. | YOSHIFUJI Hideaki | 1 | -0/+2 |
2008-07-02 | Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2008-07-02 | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 1 | -1/+1 |
2008-07-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -2/+19 |
2008-07-02 | netdev: Add support for rx flow hash configuration, using ethtool. | Santwona Behera | 1 | -0/+33 |
2008-07-01 | net-sched: change tcf_destroy_chain() to clear start of filter list | Patrick McHardy | 1 | -1/+1 |
2008-07-01 | i2c: Fix bad hint about irqs in i2c.h | Wolfram Sang | 1 | -1/+1 |
2008-07-01 | Properly notify block layer of sync writes | Jens Axboe | 1 | -0/+1 |
2008-06-30 | mac80211: add spectrum capabilities | Tomas Winkler | 1 | -0/+5 |
2008-06-30 | mac80211: don't accept WEP keys other than WEP40 and WEP104 | Emmanuel Grumbach | 1 | -0/+9 |
2008-06-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+1 |
2008-06-30 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2008-06-30 | Input: add KEY_MEDIA_REPEAT definition | Bastien Nocera | 1 | -1/+1 |
2008-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 3 | -3/+8 |
2008-06-29 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -4/+2 |
2008-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 3 | -3/+2 |
2008-06-29 | Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2008-06-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+1 |
2008-06-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 8 | -116/+342 |
2008-06-28 | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar... | David S. Miller | 2 | -1/+3 |