summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Add hash table of interface addresses.David S. Miller2011-02-181-0/+1
* net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-172-2/+4
* net: Introduce new feature setting opsMichał Mirosław2011-02-172-2/+120
* ethtool: factorize get/set_one_featureMichał Mirosław2011-02-171-0/+6
* ethtool: enable GSO and GRO by defaultMichał Mirosław2011-02-171-0/+3
* phy/micrel: add ability to support 50MHz RMII clock on KZS8051RNLBaruch Siach2011-02-141-0/+16
* rtnetlink: implement setting of master deviceJiri Pirko2011-02-131-0/+12
* net: make dev->master generalJiri Pirko2011-02-131-0/+7
* net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko2011-02-131-11/+0
* ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend2011-02-111-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-081-5/+18
|\
| * CDC NCM errata updates for cdc.hAlexey Orishko2011-02-081-5/+18
* | ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel2011-02-081-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-041-0/+1
|\ \ | |/
| * net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-031-0/+1
* | sched: CHOKe flow schedulerstephen hemminger2011-02-021-0/+29
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-0213-1/+1880
|\ \
| * | netfilter: xtables: add device group matchPatrick McHardy2011-02-032-0/+22
| * | netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2011-02-021-0/+10
| * | netfilter: ipset: install ipset related header filesPatrick McHardy2011-02-013-0/+8
| * | netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik2011-02-011-0/+55
| * | netfilter: ipset: list:set set type supportJozsef Kadlecsik2011-02-011-0/+27
| * | netfilter: ipset: hash:ip set type supportJozsef Kadlecsik2011-02-012-0/+1100
| * | netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik2011-02-012-0/+158
| * | netfilter: ipset: IP set core supportJozsef Kadlecsik2011-02-013-0/+498
| * | netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macrosJozsef Kadlecsik2011-02-011-1/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-313-0/+4
|\ \ \ | | |/ | |/|
| * | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-301-0/+1
| * | caif: bugfix - add caif headers for userspace usage.sjur.brandeland@stericsson.com2011-01-302-0/+3
* | | net: fix dev_seq_next()Eric Dumazet2011-01-271-1/+8
* | | net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-241-1/+1
* | | net: change netdev->features to u32Michał Mirosław2011-01-242-13/+13
* | | net: RPS: Enable hardware acceleration of RFSBen Hutchings2011-01-241-3/+30
* | | lib: cpu_rmap: CPU affinity reverse-mappingBen Hutchings2011-01-241-0/+73
* | | Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...David S. Miller2011-01-242-1/+35
|\ \ \
| * | | genirq: Add IRQ affinity notifiersBen Hutchings2011-01-222-1/+35
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-2415-44/+100
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-01-251-4/+0
| |\ \ \
| | * | | RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz2011-01-211-2/+0
| | * | | rtc: Cleanup removed UIE emulation declarationJohn Stultz2011-01-211-2/+0
| * | | | Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2011-01-244-9/+32
| |\ \ \ \
| | * | | | Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-244-4/+6
| | * | | | BUILD_BUG_ON: make it handle more casesRusty Russell2011-01-241-6/+27
| | | |/ / | | |/| |
| * | | | param: add null statement to compiled-in module paramsLinus Walleij2011-01-241-2/+4
| * | | | module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell2011-01-241-1/+1
| * | | | module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-241-0/+27
| |/ / /
| * | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-211-0/+3
| |\ \ \
| | * | | workqueue: relax lockdep annotation on flush_work()Tejun Heo2011-01-111-0/+3
| * | | | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-211-14/+0
| |\ \ \ \
| | * | | | genirq: Remove __do_IRQThomas Gleixner2011-01-211-14/+0
OpenPOWER on IntegriCloud