summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+1
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy1-0/+20
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang1-9/+1
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller3-16/+32
2012-08-24net: Set device operstate at registration timeBen Hutchings2-0/+10
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman1-1/+1
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2-4/+8
2012-08-22net: remove delay at device dismantleEric Dumazet4-17/+12
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-59/+118
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-15/+6
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend1-0/+4
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-3/+3
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman1-3/+4
2012-08-14userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2-10/+25
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang1-1/+9
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang1-0/+15
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang1-14/+17
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang1-2/+1
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-10/+32
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-4/+4
2012-08-14net: remove netdev_bonding_change()Amerigo Wang1-6/+0
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-0/+18
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-2/+2
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov1-2/+2
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov2-6/+13
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-1/+1
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet1-1/+9
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+1
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-33/+211
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+4
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman1-1/+13
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2-6/+63
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman3-25/+112
2012-07-31netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-0/+22
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet1-21/+5
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet1-5/+21
2012-07-29ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei1-2/+6
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-193/+284
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller1-2/+1
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-19/+3