aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-8/+8
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-20/+60
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-2/+3
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar1-5/+5
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko1-5/+5
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-16net: make sock diag per-namespaceAndrey Vagin1-7/+20
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet1-1/+1
2012-07-13net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck1-8/+20
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+4
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+10
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings3-6/+9
2012-07-10net: Properly define functions with no parametersBen Hutchings1-1/+1
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller1-3/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet2-4/+8
2012-07-09cgroup: fix panic in netprio_cgroupGao feng1-1/+2
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz1-0/+11
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller1-18/+0
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller1-3/+16
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-1/+2
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller1-5/+7
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2-4/+13
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller1-0/+4
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet1-1/+0
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-13/+0
2012-06-27sock_diag: Do not use RTA_PUT() macrosThomas Graf1-9/+3
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-0/+5
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-27/+7
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-22/+1
2012-06-13netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-0/+1
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+9
2012-06-12ethtool: Make more commands available to unprivileged processesBen Hutchings1-0/+5
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+17
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-74/+0
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap2-3/+3
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+40
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings1-2/+2
2012-06-07net: neighbour: fix neigh_dump_info()Eric Dumazet1-8/+6
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-69/+33
2012-06-05wireless: remove wext sysfsJohannes Berg1-74/+0
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet1-69/+33