aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller2-41/+66
2010-09-08RDS: Remove dead struct from rds.hAndy Grover1-8/+0
2010-09-08RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover1-29/+29
2010-09-08RDS: Add rds.h to exported headers listAndy Grover2-6/+7
2010-09-08RDS: Implement masked atomic operationsAndy Grover1-0/+12
2010-09-08RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover1-0/+1
2010-09-08RDS: Implement atomic operationsAndy Grover1-0/+19
2010-09-08net: introduce rcu_dereference_rtnlEric Dumazet1-0/+11
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-0/+15
2010-09-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-2/+16
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-2/+16
2010-09-02net: Improve comments in include/linux/phy.hPeter Meerwald1-2/+2
2010-09-01skge: add GRO supportEric Dumazet1-0/+1
2010-08-31net: add a comment on netdev->last_rxEric Dumazet1-1/+8
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu1-0/+1
2010-08-29net: fix datapath typoSimon Horman1-1/+1
2010-08-27cfg80211: allow changing port control protocolJohannes Berg1-1/+15
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet1-1/+17
2010-08-25stmmac: make ioaddr 'void __iomem *' rather than unsigned longGiuseppe CAVALLARO1-1/+1
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-30/+123
2010-08-25wl12xx: change contact person for the include fileKalle Valo1-1/+1
2010-08-24mlx4_en: UDP RSS supportYevgeny Petrilin1-0/+1
2010-08-24mlx4_en: Fixing report in Ethtool get_settingsYevgeny Petrilin1-0/+4
2010-08-24mlx4_en: Added self diagnostics test implementationYevgeny Petrilin2-0/+3
2010-08-24tc: add meta match on receive hashStephen Hemminger1-0/+1
2010-08-24include/linux/if_ether.h: Remove unused #define MAC_FMTJoe Perches1-2/+0
2010-08-24nl80211: some documentation fixesJohannes Berg1-11/+46
2010-08-24b43: N-PHY: Implement MAC PHY clock setGábor Stefanik1-0/+1
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-19/+74
2010-08-23net: increase the size of priv_flags and add IFF_OVS_DATAPATHSimon Horman2-1/+3
2010-08-23bna: Brocade 10Gb Ethernet device driverRasesh Mody1-0/+3
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2-3/+3
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-26/+26
2010-08-22header: fix broken headers for user spaceChangli Gao10-26/+26
2010-08-22net: rds: remove duplication type definitionsChangli Gao1-9/+0
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao1-3/+2
2010-08-22net: use __be16 instead of u16 for the userspace codeChangli Gao1-2/+2
2010-08-21net_sched: cls_flow: add key rxhashChangli Gao1-0/+1
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+32
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov1-17/+35
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron2-0/+33
2010-08-19net: introduce proto_ports_offset()Changli Gao1-0/+19
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-28/+16
2010-08-18netfilter: fix userspace header warningSam Ravnborg1-0/+2
2010-08-18net: add Fast Ethernet driver for PXA168.Sachin Sanap1-0/+30
2010-08-16macvtap: Implement multiqueue for macvtap driverKrishna Kumar1-1/+8
2010-08-16core: Factor out flow calculation from get_rps_cpuKrishna Kumar1-0/+9
2010-08-16cfg80211: support sysfs namespacesJohannes Berg1-0/+2
2010-08-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-4/+4
2010-08-15Merge branch 'linus' into releaseLen Brown301-2984/+7887