summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-0/+15
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-022-2/+16
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-022-2/+16
| |\
| | * cfg80211: allow changing port control protocolJohannes Berg2010-08-271-1/+15
| | * wl12xx: change contact person for the include fileKalle Valo2010-08-251-1/+1
* | | net: Improve comments in include/linux/phy.hPeter Meerwald2010-09-021-2/+2
|/ /
* | skge: add GRO supportEric Dumazet2010-09-011-0/+1
* | net: add a comment on netdev->last_rxEric Dumazet2010-08-311-1/+8
* | tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2010-08-301-0/+1
* | net: fix datapath typoSimon Horman2010-08-291-1/+1
* | gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-261-1/+17
* | stmmac: make ioaddr 'void __iomem *' rather than unsigned longGiuseppe CAVALLARO2010-08-251-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-253-30/+123
|\ \ | |/
| * nl80211: some documentation fixesJohannes Berg2010-08-241-11/+46
| * b43: N-PHY: Implement MAC PHY clock setGábor Stefanik2010-08-241-0/+1
| * cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-241-19/+74
| * cfg80211: support sysfs namespacesJohannes Berg2010-08-161-0/+2
* | mlx4_en: UDP RSS supportYevgeny Petrilin2010-08-241-0/+1
* | mlx4_en: Fixing report in Ethtool get_settingsYevgeny Petrilin2010-08-241-0/+4
* | mlx4_en: Added self diagnostics test implementationYevgeny Petrilin2010-08-242-0/+3
* | tc: add meta match on receive hashStephen Hemminger2010-08-241-0/+1
* | include/linux/if_ether.h: Remove unused #define MAC_FMTJoe Perches2010-08-241-2/+0
* | net: increase the size of priv_flags and add IFF_OVS_DATAPATHSimon Horman2010-08-232-1/+3
* | bna: Brocade 10Gb Ethernet device driverRasesh Mody2010-08-231-0/+3
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-232-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-2210-26/+26
|\ \
| * | header: fix broken headers for user spaceChangli Gao2010-08-2210-26/+26
* | | net: rds: remove duplication type definitionsChangli Gao2010-08-221-9/+0
* | | net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-221-3/+2
* | | net: use __be16 instead of u16 for the userspace codeChangli Gao2010-08-221-2/+2
* | | net_sched: cls_flow: add key rxhashChangli Gao2010-08-211-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-212-0/+32
|\ \ \ | |/ /
| * | netfilter: fix userspace header warningSam Ravnborg2010-08-181-0/+2
| * | net: add Fast Ethernet driver for PXA168.Sachin Sanap2010-08-181-0/+30
* | | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-211-17/+35
* | | net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron2010-08-202-0/+33
* | | net: introduce proto_ports_offset()Changli Gao2010-08-191-0/+19
* | | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-28/+16
* | | macvtap: Implement multiqueue for macvtap driverKrishna Kumar2010-08-161-1/+8
* | | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-161-0/+9
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-151-4/+4
|\ \ \
| * \ \ Merge branch 'linus' into releaseLen Brown2010-08-15301-2984/+7887
| |\ \ \
| * | | | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanupLinus Torvalds2010-08-1410-268/+262
|\ \ \ \ \
| * | | | | include: replace unifdef-y with header-ySam Ravnborg2010-08-1410-268/+262
* | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-08-141-0/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder2010-08-141-0/+21
| | |/ / / | |/| | |
* | | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-142-0/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge commit 'v2.6.35-rc6' into spi/testGrant Likely2010-07-2530-147/+214
| |\ \ \ \
| * | | | | spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski2010-07-031-0/+5