summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-09net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller
2009-06-09net/core/dev.c: Use frag list abstraction interfaces.David S. Miller
2009-06-09datagram: Use frag list abstraction interfaces.David S. Miller
2009-06-09appletalk: Use frag list abstraction interfaces.David S. Miller
2009-06-09netdevice.h: Use frag list abstraction interfaces.David S. Miller
2009-06-09skbuff: Add frag list abstraction interfaces.David S. Miller
2009-06-08bluetooth: Kill skb_frags_no(), unused.David S. Miller
2009-06-08declance: Restore tx descriptor ring lockingMaciej W. Rozycki
2009-06-08isdn: extend INTERFACE.CAPI documentTilman Schmidt
2009-06-08isdn: prevent NULL ptr Oops in capi_cmsg2str()Tilman Schmidt
2009-06-08isdn: kerneldoc for capiutil.cTilman Schmidt
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt
2009-06-08tun: Fix unregister raceEric W. Biederman
2009-06-08e100: Fix napi_enable BUG_ON when recovering from EEH errorAndre Detsch
2009-06-08net pkgen.c:fix no need for checkFigo.zhang
2009-06-08mlx4: FIX error flow when initializing EQ tableYevgeny Petrilin
2009-06-08tun: Fix copy/paste error in tun_get_userSridhar Samudrala
2009-06-08net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-06-08net: num_dma_maps is not usedEric Dumazet
2009-06-08s2io: Remove private boolean definitionsTobias Klauser
2009-06-08hso: convert dev_alloc_skb() to netdev_alloc_skb()Paulius Zaleckas
2009-06-08netdev: Added KS8842 driverRichard Ršöjfors
2009-06-08net: Ensure partial checksum offset is inside the skb headHerbert Xu
2009-06-08tun: Optimise handling of bogus gso->hdr_lenHerbert Xu
2009-06-08virtio_net: Set correct gso->hdr_lenHerbert Xu
2009-06-08sis190: fix gigabit negotiationRiccardo Ghetta
2009-06-08sis190: add new phy found on asus F5Sr laptopRiccardo Ghetta
2009-06-08sis190: better message on unknown PHYRiccardo Ghetta
2009-06-08sis190: fix for x86_64 (bug 11509)Riccardo Ghetta
2009-06-08qlge: Fix timeout on firmware mailbox commands.Ron Mercer
2009-06-08qlge: Fix timeout on indexed register wait.Ron Mercer
2009-06-08qlge: Fix bug in MTU setting process.Ron Mercer
2009-06-08qlge: Fix bug in firmware event handler.Ron Mercer
2009-06-08qlge: Fix firmware event handler loop.Ron Mercer
2009-06-08netdev: smsc911x: add missing __devexit_p() usageMike Frysinger
2009-06-08netdev: smsc911x: allow building on Blackfin systemsMike Frysinger
2009-06-07ixgbe: Increase the driver version numberPeter P Waskiewicz Jr
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr
2009-06-07ixgbe: Re-adjust ring layouts to have better cacheline efficiencyJesse Brandeburg
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr
2009-06-07ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr
2009-06-07ixgbe: Add hardware defines for Flow Director for 82599Peter P Waskiewicz Jr
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr
2009-06-07ixgbe: move tx processing into NAPI contextAlexander Duyck
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck
2009-06-07ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck
2009-06-07ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala