aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
2009-03-04net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller
2009-03-03netns: Remove net_aliveEric W. Biederman
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu
2009-02-22netns: Remove net_aliveEric W. Biederman
2009-02-21net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stam...Patrick Ohly
2009-02-18net: Optimize skb_tx_hash() by eliminating a comparisonKrishna Kumar
2009-02-15net: pass new SIOCSHWTSTAMP through to device driversPatrick Ohly
2009-02-15net: infrastructure for hardware time stampingPatrick Ohly
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu
2009-02-08gro: Remember number of held packets instead of counting every timeHerbert Xu
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller
2009-02-05gro: Fix frag_list merging on imprecisely split packetsHerbert Xu
2009-02-04net: Partially allow skb destructors to be used on receive pathHerbert Xu
2009-02-01gro: Fix handling of imprecisely split packetsHerbert Xu
2009-01-29gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu
2009-01-29gro: Move common completion code into helpersHerbert Xu
2009-01-27net: Get rid of by-hand TX queue hashing.David S. Miller
2009-01-27net: If SKB has attached socket, use socket's hash for TX queue selection.David S. Miller
2009-01-27net: Allow RX queue selection to seed TX queue hashing.David S. Miller
2009-01-20gro: Fix error handling on extremely short fragsHerbert Xu
2009-01-19net: Add debug info to track down GSO checksum bugHerbert Xu
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu
2009-01-14gro: Check for GSO packets and packets with frag_listHerbert Xu
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-01-06gro: Add internal interfaces for VLANHerbert Xu
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06net_dma: convert to dma_find_channelDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-04gro: Add page frag supportHerbert Xu
2009-01-04gro: Use gso_size to store MSSHerbert Xu
2008-12-29netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-26gro: Fix potential use after freeHerbert Xu
2008-12-26net: Init NAPI dev_list on napi_delPeter P Waskiewicz Jr
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont
2008-12-17Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu
2008-12-15net: Add frag_list support to GSOHerbert Xu
2008-12-08netdevice: Kill netdev->privWang Chen
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger