summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2012-09-09netlink: kill netlink_set_nonrootPablo Neira Ayuso1-1/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-6/+11
2012-09-06net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov1-3/+15
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso7-34/+152
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-0/+95
2012-09-01net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet1-1/+2
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
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-25Merge 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-23net: remove delay at device dismantleEric Dumazet4-17/+12
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-59/+118
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-17net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-17net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend1-0/+4
2012-08-17net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-08-15userns: Convert sock_i_uid to return a kuid_tEric W. Biederman1-3/+3
2012-08-15userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman1-3/+4
2012-08-15userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2-10/+25
2012-08-15netpoll: re-enable irq in poll_napi()Amerigo Wang1-1/+9
2012-08-15netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang1-0/+15
2012-08-15netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang1-14/+17
2012-08-15netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang1-2/+1
2012-08-15netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-10/+32
2012-08-15netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-4/+4
2012-08-15net: remove netdev_bonding_change()Amerigo Wang1-6/+0
2012-08-15net: move and rename netif_notify_peers()Amerigo Wang1-0/+18
2012-08-10net: Make ifindex generation per-net namespacePavel Emelyanov1-2/+2
2012-08-10net: Allow to create links with given ifindexPavel Emelyanov2-6/+13
2012-08-10time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-1/+1
2012-08-09net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-09net: 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-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-33/+211
2012-08-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+4
2012-08-01netvm: prevent a stream-specific deadlockMel Gorman1-1/+13
2012-08-01netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2-6/+63
2012-08-01netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman3-25/+112
2012-08-01netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-0/+22
2012-08-01memcg: rename config variablesAndrew Morton1-1/+1
2012-08-01ipv4: Restore old dst_free() behavior.Eric Dumazet1-21/+5
2012-07-31net: ipv4: fix RCU races on dst refcountsEric Dumazet1-5/+21