Age | Commit message (Expand) | Author | Files | Lines |
2012-09-21 | net: do not disable sg for packets requiring no checksum | Ed Cashin | 1 | -1/+2 |
2012-09-20 | net/core: fix comment in skb_try_coalesce | Li RongQing | 1 | -1/+3 |
2012-09-19 | net: fix memory leak on oom with zerocopy | Michael S. Tsirkin | 1 | -1/+1 |
2012-09-14 | pktgen: fix crash with vlan and packet size less than 46 | Nishank Trivedi | 1 | -1/+1 |
2012-09-11 | net: fix net/core/sock.c build error | Randy Dunlap | 1 | -0/+2 |
2012-09-09 | net: small bug on rxhash calculation | Chema Gonzalez | 1 | -5/+6 |
2012-09-03 | net: sock_edemux() should take care of timewait sockets | Eric Dumazet | 1 | -1/+6 |
2012-08-29 | netpoll: revert 6bdb7fe3104 and fix be_poll() instead | Amerigo Wang | 1 | -9/+1 |
2012-08-20 | net/core/dev.c: fix kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
2012-08-20 | af_packet: don't emit packet on orig fanout group | Eric Leblond | 1 | -2/+14 |
2012-08-17 | net: netprio: fix cgrp create and write priomap race | John Fastabend | 1 | -5/+3 |
2012-08-17 | net: netprio: fd passed in SCM_RIGHTS datagram not set correctly | John Fastabend | 1 | -0/+4 |
2012-08-17 | net: netprio: fix files lock and remove useless d_path bits | John Fastabend | 1 | -18/+4 |
2012-08-15 | netpoll: re-enable irq in poll_napi() | Amerigo Wang | 1 | -1/+9 |
2012-08-15 | netpoll: handle vlan tags in netpoll tx and rx path | Amerigo Wang | 1 | -0/+15 |
2012-08-15 | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() | Amerigo Wang | 1 | -14/+17 |
2012-08-15 | netpoll: take rcu_read_lock_bh() in netpoll_rx() | Amerigo Wang | 1 | -2/+1 |
2012-08-15 | netpoll: make __netpoll_cleanup non-block | Amerigo Wang | 1 | -10/+32 |
2012-08-15 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang | 1 | -4/+4 |
2012-08-09 | net/core: Fix potential memory leak in dev_set_alias() | Alexey Khoroshilov | 1 | -2/+5 |
2012-08-09 | net: force dst_default_metrics to const section | Eric Dumazet | 1 | -1/+9 |
2012-08-02 | tcp: Apply device TSO segment limit earlier | Ben Hutchings | 1 | -0/+1 |
2012-08-02 | net: Allow driver to limit number of GSO segments per skb | Ben Hutchings | 1 | -0/+4 |
2012-08-01 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 4 | -33/+211 |
2012-08-01 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+4 |
2012-08-01 | netvm: prevent a stream-specific deadlock | Mel Gorman | 1 | -1/+13 |
2012-08-01 | netvm: set PF_MEMALLOC as appropriate during SKB processing | Mel Gorman | 2 | -6/+63 |
2012-08-01 | netvm: allow skb allocation to use PFMEMALLOC reserves | Mel Gorman | 3 | -25/+112 |
2012-08-01 | netvm: allow the use of __GFP_MEMALLOC by specific sockets | Mel Gorman | 1 | -0/+22 |
2012-08-01 | memcg: rename config variables | Andrew Morton | 1 | -1/+1 |
2012-08-01 | ipv4: Restore old dst_free() behavior. | Eric Dumazet | 1 | -21/+5 |
2012-07-31 | net: ipv4: fix RCU races on dst refcounts | Eric Dumazet | 1 | -5/+21 |
2012-07-30 | ipv6: fix incorrect route 'expires' value passed to userspace | Li Wei | 1 | -2/+6 |
2012-07-28 | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling | Jiri Benc | 1 | -1/+7 |
2012-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -193/+284 |
2012-07-24 | net: Make skb->skb_iif always track skb->dev | David S. Miller | 1 | -2/+1 |
2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -19/+3 |
2012-07-23 | Merge branch 'kill_rtcache' | David S. Miller | 1 | -2/+2 |
2012-07-22 | get rid of ->scm_work_list | Al Viro | 1 | -19/+3 |
2012-07-22 | net: netprio_cgroup: rework update socket logic | John Fastabend | 2 | -3/+56 |
2012-07-22 | skbuff: export skb_copy_ubufs | Michael S. Tsirkin | 1 | -1/+1 |
2012-07-22 | net: orphan frags on receive | Michael S. Tsirkin | 1 | -1/+6 |
2012-07-22 | skbuff: convert to skb_orphan_frags | Michael S. Tsirkin | 1 | -14/+8 |
2012-07-22 | rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference | Mark A. Greer | 1 | -0/+2 |
2012-07-21 | net: Document dst->obsolete better. | David S. Miller | 1 | -2/+2 |
2012-07-20 | rtnl: allow to specify number of rx and tx queues on device creation | Jiri Pirko | 1 | -2/+13 |
2012-07-20 | rtnl: allow to specify different num for rx and tx queue count | Jiri Pirko | 1 | -8/+8 |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -20/+60 |
2012-07-19 | net: Statically initialize init_net.dev_base_head | Rustad, Mark D | 2 | -2/+5 |