Age | Commit message (Expand) | Author | Files | Lines |
2012-08-14 | net: remove netdev_bonding_change() | Amerigo Wang | 1 | -6/+0 |
2012-08-14 | net: move and rename netif_notify_peers() | Amerigo Wang | 1 | -0/+18 |
2012-08-09 | net: Make ifindex generation per-net namespace | Pavel Emelyanov | 1 | -2/+2 |
2012-08-09 | net: Allow to create links with given ifindex | Pavel Emelyanov | 2 | -6/+13 |
2012-08-09 | time: jiffies_delta_to_clock_t() helper to the rescue | Eric Dumazet | 1 | -1/+1 |
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-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 4 | -33/+211 |
2012-07-31 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+4 |
2012-07-31 | netvm: prevent a stream-specific deadlock | Mel Gorman | 1 | -1/+13 |
2012-07-31 | netvm: set PF_MEMALLOC as appropriate during SKB processing | Mel Gorman | 2 | -6/+63 |
2012-07-31 | netvm: allow skb allocation to use PFMEMALLOC reserves | Mel Gorman | 3 | -25/+112 |
2012-07-31 | netvm: allow the use of __GFP_MEMALLOC by specific sockets | Mel Gorman | 1 | -0/+22 |
2012-07-31 | memcg: rename config variables | Andrew Morton | 1 | -1/+1 |
2012-07-31 | ipv4: Restore old dst_free() behavior. | Eric Dumazet | 1 | -21/+5 |
2012-07-30 | net: ipv4: fix RCU races on dst refcounts | Eric Dumazet | 1 | -5/+21 |
2012-07-29 | ipv6: fix incorrect route 'expires' value passed to userspace | Li Wei | 1 | -2/+6 |
2012-07-27 | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling | Jiri Benc | 1 | -1/+7 |
2012-07-24 | 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-23 | 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-22 | 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-20 | 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-18 | net: Statically initialize init_net.dev_base_head | Rustad, Mark D | 2 | -2/+5 |
2012-07-18 | ipv6: add ipv6_addr_hash() helper | Eric Dumazet | 1 | -2/+3 |
2012-07-18 | skbuff: Use correct allocation in skb_copy_ubufs | Krishna Kumar | 1 | -5/+5 |
2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko | 1 | -5/+5 |
2012-07-16 | net: cgroup: fix access the unallocated memory in netprio cgroup | Gao feng | 1 | -17/+54 |
2012-07-16 | net: make sock diag per-namespace | Andrey Vagin | 1 | -7/+20 |
2012-07-16 | net: respect GFP_DMA in __netdev_alloc_skb() | Eric Dumazet | 1 | -1/+1 |
2012-07-14 | net: feed /dev/random with the MAC address when registering a device | Theodore Ts'o | 2 | -0/+4 |
2012-07-13 | net: Update alloc frag to reduce get/put page usage and recycle pages | Alexander Duyck | 1 | -8/+20 |
2012-07-11 | tcp: TCP Small Queues | Eric Dumazet | 1 | -0/+4 |
2012-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+10 |
2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 3 | -6/+9 |
2012-07-10 | net: Properly define functions with no parameters | Ben Hutchings | 1 | -1/+1 |
2012-07-10 | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). | David S. Miller | 1 | -3/+1 |
2012-07-10 | netprio_cgroup.c: fix comment typo | Liu Bo | 1 | -1/+1 |
2012-07-09 | net: cgroup: fix out of bounds accesses | Eric Dumazet | 2 | -4/+8 |
2012-07-09 | cgroup: fix panic in netprio_cgroup | Gao feng | 1 | -1/+2 |