aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-12net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne1-0/+2
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller1-2/+2
2009-02-06neigh: some entries can be skipped during dumpingGautam Kachroo1-6/+8
2009-01-29net: Fix OOPS in skb_seq_read().Shyam Iyer1-5/+5
2009-01-29net: Fix frag_list handling in skb_seq_readHerbert Xu1-2/+3
2009-01-20gro: Fix merging of paged packetsHerbert Xu1-4/+5
2009-01-20gro: Fix error handling on extremely short fragsHerbert Xu1-0/+1
2009-01-20NET: net_namespace, fix lock imbalanceJiri Slaby1-1/+1
2009-01-19net: Fix data corruption when splicing from sockets.Jarek Poplawski1-32/+29
2009-01-19net: Add debug info to track down GSO checksum bugHerbert Xu1-1/+13
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt1-0/+39
2009-01-14gro: Fix page ref count for skbs freed normallyHerbert Xu2-6/+6
2009-01-14gro: Check for GSO packets and packets with frag_listHerbert Xu1-0/+3
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams1-3/+10
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-145/+4
2009-01-06gro: Add internal interfaces for VLANHerbert Xu1-23/+59
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-96/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-2/+1
2009-01-06net_dma: convert to dma_find_channelDan Williams1-40/+0
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-8/+1
2009-01-05Revert "net: Fix for initial link state in 2.6.28"David S. Miller1-6/+1
2009-01-04net: Fix for initial link state in 2.6.28Michael Marineau1-1/+6
2009-01-04gro: Add page frag supportHerbert Xu2-6/+99
2009-01-04gro: Use gso_size to store MSSHerbert Xu2-0/+3
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-12-29netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman1-3/+5
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds17-286/+923
2008-12-26gro: Fix potential use after freeHerbert Xu1-1/+4
2008-12-26net: Init NAPI dev_list on napi_delPeter P Waskiewicz Jr1-1/+1
2008-12-25Merge branch 'next' into for-linusJames Morris2-6/+12
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski1-1/+3
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller1-5/+1
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont1-2/+2
2008-12-17Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont1-4/+4
2008-12-15ethtool: Add GGRO and SGRO opsHerbert Xu1-2/+51
2008-12-15net: Add skb_gro_receiveHerbert Xu1-0/+59
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu1-2/+191
2008-12-15net: Add frag_list support to GSOHerbert Xu1-2/+0
2008-12-15net: Add frag_list support to skb_segmentHerbert Xu1-14/+59
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman1-0/+2
2008-12-08netdevice: Kill netdev->privWang Chen1-6/+0
2008-12-04Merge branch 'master' into nextJames Morris3-27/+15
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-20/+13
2008-11-26pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski1-17/+8
2008-11-26net: release skb->dst in sock_queue_rcv_skb()Eric Dumazet1-1/+5
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-3/+7
2008-11-25tc: policing requires a rate estimatorStephen Hemminger1-3/+27
2008-11-25net: make skb_truesize_bug() call WARN()Arjan van de Ven1-1/+1
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan1-37/+5