summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-16ath9k_hw: make antenna diversity modules chip specificMohammed Shafi Shajakhan3-24/+39
2011-05-16net/rfkill/core.c: Avoid leaving freed data in a listJulia Lawall1-1/+1
2011-05-16mac80211: sparse RCU annotationsJohannes Berg16-74/+118
2011-05-16mac80211: fix TX a-MPDU lockingJohannes Berg3-12/+42
2011-05-16cfg80211: advertise possible interface combinationsJohannes Berg7-19/+472
2011-05-16iwlwifi: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-16iwlegacy: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+1
2011-05-16bnx2x: Allow ethtool to enable/disable loopback.Mahesh Bandewar2-0/+19
2011-05-16ipv4: Trivial rt->rt_src conversions in net/ipv4/route.cDavid S. Miller1-2/+2
2011-05-16sfc: Fix TX queue numbering when separate_tx_channels=1Ben Hutchings1-0/+12
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet1-19/+0
2011-05-16netfilter: nf_ct_sip: fix SDP parsing in TCP SIP messages for some Cisco phonesPatrick McHardy1-4/+10
2011-05-16netfilter: nf_ct_sip: validate Content-Length in TCP SIP messagesPatrick McHardy1-0/+2
2011-05-15Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller3-6/+6
2011-05-15net: drivers: kill two unused macro definitionsShan Wei2-11/+0
2011-05-15caif: remove unesesarry exportssjur.brandeland@stericsson.com5-25/+13
2011-05-15caif: Bugfix debugfs directory name must be unique.sjur.brandeland@stericsson.com1-12/+22
2011-05-15caif: Handle dev_queue_xmit errors.sjur.brandeland@stericsson.com7-47/+119
2011-05-15caif: prepare support for namespacessjur.brandeland@stericsson.com8-261/+176
2011-05-15caif: Protected in-flight packets using dev or sock refcont.sjur.brandeland@stericsson.com3-4/+72
2011-05-15caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com3-21/+47
2011-05-15caif: Add ref-count to framing layersjur.brandeland@stericsson.com3-2/+43
2011-05-15caif: Use RCU and lists in cfcnfg.c for managing caif link layerssjur.brandeland@stericsson.com1-160/+213
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com2-118/+169
2011-05-15caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com3-44/+85
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom3-6/+6
2011-05-15bridge: fix forwarding of IPv6Stephen Hemminger1-1/+1
2011-05-15net: ping: small changesEric Dumazet1-4/+4
2011-05-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller13-486/+793
2011-05-14Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2-6/+27
2011-05-14ixgbe: Add support for new 82599 adapterDon Skidmore3-0/+7
2011-05-14ixgbe: fix sparse warningEmil Tantilov1-1/+1
2011-05-14ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck1-18/+16
2011-05-14ixgbe: Merge over-temp task into service taskAlexander Duyck2-36/+53
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck3-32/+37
2011-05-14ixgbe: merge reset task into service taskAlexander Duyck2-24/+38
2011-05-14ixgbe: Merge watchdog functionality into service taskAlexander Duyck2-166/+200
2011-05-14ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2-201/+213
2011-05-14ixgbe: move flags and state into the same cachelineAlexander Duyck1-43/+45
2011-05-14ixgbe: force unlock on timeoutEmil Tantilov1-0/+22
2011-05-14ixgbe: Add macvlan support for VFGreg Rose4-4/+134
2011-05-14ixgbevf: Add macvlan support in the set rx mode opGreg Rose4-0/+66
2011-05-14e1000e: minor comment cleanupsBruce Allan1-2/+2
2011-05-15batman-adv: reset broadcast flood protection on errorMarek Lindner1-1/+1
2011-05-15batman-adv: Add missing hardif_free_ref in forw_packet_freeSven Eckelmann2-5/+26
2011-05-14sfc: Fix return value from efx_ethtool_set_rx_ntuple()Ben Hutchings1-2/+3
2011-05-13ipv4: Remove rt->rt_dst reference from ip_forward_options().David S. Miller1-1/+1
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller3-17/+21
2011-05-13ipv4: Always call ip_options_build() after rest of IP header is filled in.David S. Miller1-4/+5
2011-05-13ipv4: Kill spurious write to iph->daddr in ip_forward_options().David S. Miller1-1/+0