summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller936-7423/+10332
2011-02-19sctp: fix reporting of unknown parametersJiri Bohac1-5/+5
2011-02-19net: dcb: match dcb_app protocol field with 802.1Qaz specJohn Fastabend1-1/+1
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet1-0/+2
2011-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller5-31/+45
2011-02-18Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+150
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds34-201/+327
2011-02-18Merge branch 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6Linus Torvalds1-0/+10
2011-02-18ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller2-40/+33
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller2-0/+46
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-36/+47
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds1-2/+5
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet2-0/+2
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2-16/+35
2011-02-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+2
2011-02-17Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds8-37/+45
2011-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-13/+24
2011-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds6-10/+10
2011-02-17fs/partitions: Validate map_count in Mac partition tablesTimo Warns1-8/+9
2011-02-17enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri2-4/+4
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller3-17/+19
2011-02-17ipv4: Mark fib_combine_itag()'s 'res' arg as const.David S. Miller1-1/+1
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller1-5/+5
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller6-14/+10
2011-02-17ipv4: Consolidate ipv4 dst allocation logic.David S. Miller1-31/+21
2011-02-17ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow().David S. Miller1-7/+6
2011-02-17ipv4: Simplify output route creation call sequence.David S. Miller1-35/+23
2011-02-17RTC: Re-enable UIE timer/polling emulationJohn Stultz3-2/+19
2011-02-17RTC: Revert UIE emulation removalJohn Stultz3-0/+130
2011-02-17RTC: Release mutex in error path of rtc_alarm_irq_enableUwe Kleine-König1-3/+2
2011-02-17loopback: convert to hw_featuresMichał Mirosław1-5/+4
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław3-26/+27
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław1-2/+29
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław1-13/+32
2011-02-17net: Introduce new feature setting opsMichał Mirosław4-10/+283
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław2-142/+138
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław1-12/+23
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław2-4/+17
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław1-1/+1
2011-02-17enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri2-3/+1
2011-02-17enic: Bug fix: Reset driver count of registered unicast addresses to zero dur...Vasanthy Kolluri2-7/+8
2011-02-17tg3: Restrict phy ioctl accessMatt Carlson1-2/+6
2011-02-17drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2-0/+4
2011-02-17Merge branches 'nes' and 'qib' into for-nextRoland Dreier1-1/+4
2011-02-17IB/qib: Prevent double completions after a timeout or RNR errorMike Marciniszyn1-1/+2
2011-02-17bnx2x: Support for managing RX indirection tableTom Herbert3-5/+75
2011-02-17netfilter: ip6t_LOG: fix a flaw in printing the MACJoerg Marx1-1/+1
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal4-30/+44
2011-02-17xen: suspend and resume system devices when running PVHVMIan Campbell1-0/+10