aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+3
2011-02-03include/net/genetlink.h: Allow genlmsg_cancel to accept a NULL argumentJulia Lawall1-1/+2
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller1-0/+1
2011-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+25
2011-02-02sched: CHOKe flow schedulerstephen hemminger1-0/+29
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-9/+3
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-3/+0
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-3/+1889
2011-02-03netfilter: xtables: add device group matchPatrick McHardy2-0/+22
2011-02-02netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy1-0/+10
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller1-3/+3
2011-02-01netfilter: ipset: install ipset related header filesPatrick McHardy3-0/+8
2011-02-01IPVS: Remove unused variablesSimon Horman1-2/+0
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-3/+0
2011-02-01netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik1-0/+55
2011-02-01netfilter: ipset: list:set set type supportJozsef Kadlecsik1-0/+27
2011-02-01netfilter: ipset: hash:ip set type supportJozsef Kadlecsik2-0/+1100
2011-02-01netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik2-0/+158
2011-02-01netfilter: ipset: IP set core supportJozsef Kadlecsik3-0/+498
2011-02-01netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macrosJozsef Kadlecsik2-1/+11
2011-01-31ipv4: Consolidate all default route selection implementations.David S. Miller1-5/+1
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.David S. Miller1-0/+3
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+6
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2-0/+3
2011-01-30caif: bugfix - add caif headers for userspace usage.sjur.brandeland@stericsson.com2-0/+3
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-0/+1
2011-01-28ipv4: Allocate fib metrics dynamically.David S. Miller1-1/+1
2011-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-1/+2
2011-01-28mac80211: add MCS information to radiotapJohannes Berg1-0/+25
2011-01-27net: Pre-COW metrics for TCP.David S. Miller3-2/+13
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-2/+21
2011-01-27net: fix dev_seq_next()Eric Dumazet1-1/+8
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller1-0/+7
2011-01-27inetpeer: Add metrics storage to inetpeer entries.David S. Miller1-2/+4
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller3-37/+80
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+1
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-1/+1
2011-01-24net: change netdev->features to u32Michał Mirosław5-17/+17
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings1-3/+30
2011-01-24lib: cpu_rmap: CPU affinity reverse-mappingBen Hutchings1-0/+73
2011-01-24Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipDavid S. Miller2-1/+35
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller38-82/+173
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller281-1812/+7244
2011-01-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+0
2011-01-24Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-9/+32
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell4-4/+6
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1