summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-24net: Set device operstate at registration timeBen Hutchings
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet
2012-08-23net: remove delay at device dismantleEric Dumazet
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo
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-15userns: Convert sock_i_uid to return a kuid_tEric W. Biederman
2012-08-15userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman
2012-08-15userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman
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-14net: remove netdev_bonding_change()Amerigo Wang
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet
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-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-08-01netvm: prevent a stream-specific deadlockMel Gorman
2012-08-01netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman
2012-08-01netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman
2012-08-01netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman
2012-08-01memcg: 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-30ipv6: 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