summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2009-01-20gro: Fix merging of paged packetsHerbert Xu-4/+5
2009-01-20gro: Fix error handling on extremely short fragsHerbert Xu-0/+1
2009-01-20NET: net_namespace, fix lock imbalanceJiri Slaby-1/+1
2009-01-19net: Fix data corruption when splicing from sockets.Jarek Poplawski-32/+29
2009-01-19net: Add debug info to track down GSO checksum bugHerbert Xu-1/+13
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt-0/+39
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu-6/+6
2009-01-14gro: Check for GSO packets and packets with frag_listHerbert Xu-0/+3
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams-3/+10
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds-145/+4
2009-01-06gro: Add internal interfaces for VLANHerbert Xu-23/+59
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams-96/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams-2/+1
2009-01-06net_dma: convert to dma_find_channelDan Williams-40/+0
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams-8/+1
2009-01-05Revert "net: Fix for initial link state in 2.6.28"David S. Miller-6/+1
2009-01-04net: Fix for initial link state in 2.6.28Michael Marineau-1/+6
2009-01-04gro: Add page frag supportHerbert Xu-6/+99
2009-01-04gro: Use gso_size to store MSSHerbert Xu-0/+3
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell-2/+2
2008-12-29netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman-3/+5
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-286/+923
2008-12-26gro: Fix potential use after freeHerbert Xu-1/+4
2008-12-26net: Init NAPI dev_list on napi_delPeter P Waskiewicz Jr-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris-6/+12
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski-1/+3
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller-5/+1
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont-2/+2
2008-12-17Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont-4/+4
2008-12-15ethtool: Add GGRO and SGRO opsHerbert Xu-2/+51
2008-12-15net: Add skb_gro_receiveHerbert Xu-0/+59
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu-2/+191
2008-12-15net: Add frag_list support to GSOHerbert Xu-2/+0
2008-12-15net: Add frag_list support to skb_segmentHerbert Xu-14/+59
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+2
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman-0/+2
2008-12-08netdevice: Kill netdev->privWang Chen-6/+0
2008-12-04Merge branch 'master' into nextJames Morris-27/+15
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-20/+13
2008-11-26pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski-17/+8
2008-11-26net: release skb->dst in sock_queue_rcv_skb()Eric Dumazet-1/+5
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet-3/+7
2008-11-25tc: policing requires a rate estimatorStephen Hemminger-3/+27
2008-11-25net: make skb_truesize_bug() call WARN()Arjan van de Ven-1/+1
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan-37/+5
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan-2/+2
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan-1/+2
2008-11-25netns: filter out uevent not belonging to init_netDaniel Lezcano-0/+3
2008-11-25tcp: skb_shift cannot cache frag ptrs past pskb_expand_headIlpo Järvinen-1/+6
2008-11-24tcp: handle shift/merge of cloned skbs tooIlpo Järvinen-5/+2