Age | Commit message (Expand) | Author |
2012-07-27 | net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling | Jiri Benc |
2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-07-23 | net: Make skb->skb_iif always track skb->dev | David S. Miller |
2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2012-07-22 | Merge branch 'kill_rtcache' | David S. Miller |
2012-07-22 | get rid of ->scm_work_list | Al Viro |
2012-07-22 | net: netprio_cgroup: rework update socket logic | John Fastabend |
2012-07-22 | skbuff: export skb_copy_ubufs | Michael S. Tsirkin |
2012-07-22 | net: orphan frags on receive | Michael S. Tsirkin |
2012-07-22 | skbuff: convert to skb_orphan_frags | Michael S. Tsirkin |
2012-07-22 | rtnl: Add #ifdef CONFIG_RPS around num_rx_queues reference | Mark A. Greer |
2012-07-20 | net: Document dst->obsolete better. | David S. Miller |
2012-07-20 | rtnl: allow to specify number of rx and tx queues on device creation | Jiri Pirko |
2012-07-20 | rtnl: allow to specify different num for rx and tx queue count | Jiri Pirko |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-07-18 | net: Statically initialize init_net.dev_base_head | Rustad, Mark D |
2012-07-18 | ipv6: add ipv6_addr_hash() helper | Eric Dumazet |
2012-07-18 | skbuff: Use correct allocation in skb_copy_ubufs | Krishna Kumar |
2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko |
2012-07-16 | net: cgroup: fix access the unallocated memory in netprio cgroup | Gao feng |
2012-07-16 | net: make sock diag per-namespace | Andrey Vagin |
2012-07-16 | net: respect GFP_DMA in __netdev_alloc_skb() | Eric Dumazet |
2012-07-13 | net: Update alloc frag to reduce get/put page usage and recycle pages | Alexander Duyck |
2012-07-11 | tcp: TCP Small Queues | Eric Dumazet |
2012-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings |
2012-07-10 | net: Properly define functions with no parameters | Ben Hutchings |
2012-07-10 | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). | David S. Miller |
2012-07-10 | netprio_cgroup.c: fix comment typo | Liu Bo |
2012-07-09 | net: cgroup: fix out of bounds accesses | Eric Dumazet |
2012-07-09 | cgroup: fix panic in netprio_cgroup | Gao feng |
2012-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-07-05 | net-next: Add netif_get_num_default_rss_queues | Yuval Mintz |
2012-07-05 | net: Kill dst->_neighbour, accessors, and final uses. | David S. Miller |
2012-07-05 | neigh: Convert over to dst_neigh_lookup_skb(). | David S. Miller |
2012-07-05 | net: Do delayed neigh confirmation. | David S. Miller |
2012-07-05 | ipv4: Make neigh lookups directly in output packet path. | David S. Miller |
2012-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2012-07-03 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso |
2012-06-29 | ipv4: Elide fib_validate_source() completely when possible. | David S. Miller |
2012-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-06-28 | net: Downgrade CAP_SYS_MODULE deprecated message from error to warning. | Vinson Lee |
2012-06-27 | net: skb_free_datagram_locked() doesnt drop all packets | Eric Dumazet |
2012-06-27 | netlink: Get rid of obsolete rtnetlink macros | Thomas Graf |
2012-06-27 | sock_diag: Do not use RTA_PUT() macros | Thomas Graf |
2012-06-19 | ipv4: Early TCP socket demux. | David S. Miller |
2012-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-06-15 | net: remove skb_orphan_try() | Eric Dumazet |