summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2012-07-22Merge branch 'kill_rtcache'David S. Miller
2012-07-22get rid of ->scm_work_listAl Viro
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin
2012-07-22net: orphan frags on receiveMichael S. Tsirkin
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng
2012-07-16net: make sock diag per-namespaceAndrey Vagin
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck
2012-07-11tcp: TCP Small QueuesEric Dumazet
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-10net: Properly define functions with no parametersBen Hutchings
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller
2012-07-10netprio_cgroup.c: fix comment typoLiu Bo
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet
2012-07-09cgroup: fix panic in netprio_cgroupGao feng
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf
2012-06-27sock_diag: Do not use RTA_PUT() macrosThomas Graf
2012-06-19ipv4: Early TCP socket demux.David S. Miller
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-15net: remove skb_orphan_try()Eric Dumazet