aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-28caif: Rewritten socket implementationSjur Braendeland1-2/+3
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-2/+4
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-0/+1
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6David S. Miller2-8/+6
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck1-0/+3
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2-8/+6
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley1-0/+2
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley2-4/+11
2010-04-23Merge branch 'master' into for-davemJohn W. Linville2-0/+3
2010-04-22remove DCB_PROTO_VERSION as we don't do netlink versioningScott Feldman1-2/+0
2010-04-22X25: Add if_x25.h and x25 to device identifiersAndrew Hendry2-0/+27
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-1/+2
2010-04-22IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2-0/+4
2010-04-21ks8842: Add platform data for setting mac addressRichard Röjfors1-0/+34
2010-04-21fasync: RCU and fine grained lockingEric Dumazet1-6/+6
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-34/+141
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen1-4/+0
2010-04-20mac80211: add flags for STBC (Space-Time Block Coding)Felix Fietkau1-0/+1
2010-04-20rps: cleanupsEric Dumazet1-2/+2
2010-04-19rps: shortcut net_rps_action()Eric Dumazet1-3/+6
2010-04-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+56
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney1-4/+1
2010-04-16rfs: Receive Flow SteeringTom Herbert1-1/+68
2010-04-16wl1251: add support for dedicated IRQ lineGrazvydas Ignotas1-0/+2
2010-04-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-1/+12
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-1/+12
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds2-25/+82
2010-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2010-04-15firewire: cdev: change license of exported header files to MIT licenseStefan Richter2-17/+47
2010-04-15net: CONFIG_SMP should be CONFIG_RPSChangli Gao1-1/+1
2010-04-14stmmac: new descriptor field for the driver's platformGiuseppe CAVALLARO1-0/+1
2010-04-14rcu: Better explain the condition parameter of rcu_dereference_check()David Howells1-5/+23
2010-04-14rcu: Add rcu_access_pointer and rcu_dereference_protectedPaul E. McKenney1-0/+32
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy2-1/+3
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy1-1/+1
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy1-15/+0
2010-04-13net: fib_rules: decouple address families from real address familiesPatrick McHardy1-0/+7
2010-04-13net: uninline skb_bond_should_drop()Eric Dumazet1-44/+4
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-0/+1
2010-04-13skbuff: remove unused dev_consume_skb macro definitionAlexander Duyck1-1/+0
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran1-0/+1
2010-04-12NFSv4: fix delegated lockingTrond Myklebust1-0/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller48-133/+143
2010-04-10firewire: cdev: comment fixletStefan Richter1-2/+2
2010-04-10firewire: cdev: iso packet documentationClemens Ladisch1-6/+33
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-33/+21
2010-04-09radix_tree_tag_get() is not as safe as the docs make out [ver #2]David Howells1-0/+7
2010-04-09slab: Generify kernel pointer validationPekka Enberg1-0/+1
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona1-0/+2
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville28-204/+417