aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-26new helper: iterate_fd()Al Viro1-26/+12
2012-09-24net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-19net/core: fix comment in skb_try_coalesceLi RongQing1-1/+3
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin1-1/+1
2012-09-13pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi1-1/+1
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap1-0/+2
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-09-03net: sock_edemux() should take care of timewait socketsEric Dumazet1-1/+6
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang1-9/+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-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-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/tytso/randomLinus 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/jikos/trivialLinus 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/viro/vfsLinus Torvalds1-19/+3
2012-07-22Merge branch 'kill_rtcache'David S. Miller1-2/+2
2012-07-22get rid of ->scm_work_listAl Viro1-19/+3
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend2-3/+56
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin1-14/+8
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer1-0/+2
2012-07-20net: Document dst->obsolete better.David S. Miller1-2/+2
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko1-2/+13