aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet
2012-07-29ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-22Merge branch 'kill_rtcache'David S. Miller
2012-07-22get rid of ->scm_work_listAl Viro
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin
2012-07-22net: orphan frags on receiveMichael S. Tsirkin
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng
2012-07-16net: make sock diag per-namespaceAndrey Vagin
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet
2012-07-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o