aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-29at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scanJohn W. Linville1-6/+6
2009-05-29mac8390: fix build with NET_POLL_CONTROLLERFinn Thain1-1/+1
2009-05-29cxgb3: link fault fixesDivy Le Ray2-3/+10
2009-05-29cxgb3: fix dma mapping regressionDivy Le Ray2-8/+7
2009-05-29bonding: allow bond in mode balance-alb to work properly in bridge -try4.3Jiri Pirko1-0/+18
2009-05-29korina: periodically poll the mediaFlorian Fainelli1-0/+14
2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori4-9/+10
2009-05-29net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet1-0/+1
2009-05-29atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet1-0/+1
2009-05-29net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet1-0/+1
2009-05-29net: dont update dev->trans_startEric Dumazet21-39/+10
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet16-25/+8
2009-05-29Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller14-69/+222
2009-05-28llc: Kill outdated and incorrect comment.David S. Miller1-4/+0
2009-05-28irda: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-16/+2
2009-05-28tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-45/+90
2009-05-28wimax: a new API call was added, increment minor protocol version numberInaky Perez-Gonzalez1-1/+1
2009-05-28wimax/i2400m: usb: fix device reset on autosuspend while not yet idleInaky Perez-Gonzalez1-5/+30
2009-05-28wimax: Add netlink interface to get device statePaulius Zaleckas6-1/+98
2009-05-28wimax/i2400m: sdio: set the block size before enabling the functionInaky Perez-Gonzalez1-9/+9
2009-05-28wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez1-3/+14
2009-05-28wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()Inaky Perez-Gonzalez2-7/+2
2009-05-28wimax/i2400m: factor out 'state report's TLV handling to a functionInaky Perez-Gonzalez1-39/+50
2009-05-28wimax/i2400m: allow kernel commands to device to be logged tooInaky Perez-Gonzalez2-10/+5
2009-05-28wimax/i2400m: trace commands sent from user space on the "echo" pipeInaky Perez-Gonzalez2-3/+13
2009-05-28wimax/i2400m: generate fake source MAC address with random_ether_addr()Inaky Perez-Gonzalez3-1/+10
2009-05-28econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller1-14/+4
2009-05-28decnet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-20/+7
2009-05-28atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-36/+17
2009-05-28rtl8187: Remove pointless check in rtl8187_rx_cb().David S. Miller1-6/+1
2009-05-28p54: Use SKB list handling helpers instead of by-hand code.David S. Miller1-27/+19
2009-05-27wavelan: Remove bogus debugging on skb->next being non-NULL.David S. Miller2-9/+0
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller1-7/+0
2009-05-27appletalk: Add proper locking around IPDDP routing table.David S. Miller1-8/+32
2009-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller5-1/+33
2009-05-27net: correct a comment for the final #endifJiri Pirko1-1/+1
2009-05-27net: net/core/sock.c cleanupEric Dumazet1-59/+44
2009-05-27net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet6-66/+73
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet3-15/+7
2009-05-27bridge: avoid an extra space in br_fdb_update()Jiri Pirko1-1/+1
2009-05-27r6040: check and update media statusFlorian Fainelli1-1/+5
2009-05-27netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso1-0/+6
2009-05-27netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer1-1/+1
2009-05-27tcp: Do not check flush when comparing options for GROHerbert Xu1-1/+1
2009-05-27gro: Store shinfo in local variable in skb_gro_receiveHerbert Xu1-10/+12
2009-05-27gro: Nasty optimisations for page frags in skb_gro_receiveHerbert Xu1-10/+15
2009-05-27gro: Open-code final pskb_may_pullHerbert Xu1-4/+19
2009-05-27ipv4: Use 32-bit loads for ID and length in GROHerbert Xu1-4/+4
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu5-26/+62
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu2-3/+9