aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-26af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke1-9/+9
2011-08-26headers, can: Add missing #include to <linux/can/bcm.h>Ben Hutchings1-0/+1
2011-08-26headers, xtables: Add missing #include <linux/netfilter.h>Ben Hutchings3-0/+3
2011-08-26headers, netfilter: Add missing #include <limits.h> for userlandBen Hutchings3-0/+9
2011-08-26headers, tipc: Add missing #include to <linux/tipc_config.h> for userlandBen Hutchings1-0/+4
2011-08-26headers, netfilter: Use kernel type names __u8, __u16, __u32Ben Hutchings3-28/+28
2011-08-26headers, net: Use __kernel_sa_family_t in more definitions shared with userlandBen Hutchings15-33/+37
2011-08-26headers, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h>Ben Hutchings1-1/+1
2011-08-26headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h>Ben Hutchings2-0/+4
2011-08-26headers, pppox: Add missing #include to <linux/if_pppox.h>Ben Hutchings1-1/+1
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati1-0/+4
2011-08-24af-packet: Added TPACKET_V3 headers.chetan loke1-0/+119
2011-08-24net: convert core to skb paged frag APIsIan Campbell1-2/+2
2011-08-22net: add APIs for manipulating skb page fragments.Ian Campbell1-2/+168
2011-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-10/+234
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+21
2011-08-19net: add the comment for skb->l4_rxhashChangli Gao1-0/+2
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko1-4/+0
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko2-0/+3
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-2/+3
2011-08-16ethtool: Note common alternate exit condition for interrupt coalescingBen Hutchings1-0/+6
2011-08-16ethtool: Explicitly state the exit condition for interrupt coalescingBen Hutchings1-8/+11
2011-08-16ethtool: Correct description of 'max_coalesced_frames' fieldsBen Hutchings1-13/+13
2011-08-16ethtool: Specify what kind of coalescing struct ethtool_coalesce coversBen Hutchings1-1/+1
2011-08-16ethtool: Reformat struct ethtool_coalesce comments into kernel-doc formatBen Hutchings1-71/+64
2011-08-16net: Fix sungem_phy sharing.David S. Miller1-1/+1
2011-08-14net: Move sungem_phy.h under include/linuxDavid S. Miller1-0/+132
2011-08-13if_ether: add new Ethernet Protocol ID for af_iucvFrank Blaschka1-0/+1
2011-08-12Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+7
2011-08-12nl80211/cfg80211: Add extra IE configuration to AP mode setupJouni Malinen1-1/+15
2011-08-12nl80211/cfg80211: Add crypto settings into NEW_BEACONJouni Malinen1-10/+15
2011-08-12nl80211/cfg80211: Allow SSID to be specified in new beacon commandJouni Malinen1-0/+24
2011-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2011-08-11move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov1-0/+1
2011-08-09ssb: define boardflagsRafał Miłecki1-0/+40
2011-08-09dt: add empty of_get_property for non-dtStephen Warren1-0/+7
2011-08-08mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra1-2/+10
2011-08-08cred: use 'const' in get_current_{user,groups}Linus Torvalds1-2/+2
2011-08-08bcma: get CPU clockHauke Mehrtens2-0/+41
2011-08-08bcma: add serial console supportHauke Mehrtens1-0/+14
2011-08-08bcma: add mips driverHauke Mehrtens3-0/+65
2011-08-08bcma: add SOC busHauke Mehrtens2-1/+20
2011-08-08bcma: add functions to scan cores needed on SoCsHauke Mehrtens2-0/+2
2011-08-08CRED: Restore const to current_cred()David Howells1-1/+1
2011-08-07net: Make userland include of netlink.h more sane.David S. Miller2-3/+5
2011-08-07fix rcu annotations noise in cred.hAl Viro1-5/+6
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-5/+5
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-22/+37
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-17/+13
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-12/+5