summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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-03net: Avoid race between network down and sysfsStephen Hemminger
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu
2009-02-23net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo
2009-02-23netns: build fix for net_alloc_genericClemens Noss
2009-02-22netns: fix double free at netns creationDaniel Lezcano
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller
2009-02-12net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2Clément Lecigne
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller
2009-02-06neigh: some entries can be skipped during dumpingGautam Kachroo
2009-01-29net: Fix OOPS in skb_seq_read().Shyam Iyer
2009-01-29net: Fix frag_list handling in skb_seq_readHerbert Xu
2009-01-20gro: Fix merging of paged packetsHerbert Xu
2009-01-20gro: Fix error handling on extremely short fragsHerbert Xu
2009-01-20NET: net_namespace, fix lock imbalanceJiri Slaby
2009-01-19net: Fix data corruption when splicing from sockets.Jarek Poplawski
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-05Revert "net: Fix for initial link state in 2.6.28"David S. Miller
2009-01-04net: Fix for initial link state in 2.6.28Michael Marineau
2009-01-04gro: Add page frag supportHerbert Xu
2009-01-04gro: Use gso_size to store MSSHerbert Xu
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell
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-25Merge branch 'next' into for-linusJames Morris
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller
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-15ethtool: Add GGRO and SGRO opsHerbert Xu
2008-12-15net: Add skb_gro_receiveHerbert Xu
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu
2008-12-15net: Add frag_list support to GSOHerbert Xu
2008-12-15net: Add frag_list support to skb_segmentHerbert Xu
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-09netpoll: fix race on poll_list resulting in garbage entryNeil Horman