summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\
| * netprio_cgroup.c: fix comment typoLiu Bo2012-07-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-2414-193/+284
|\ \
| * | net: Make skb->skb_iif always track skb->devDavid S. Miller2012-07-241-2/+1Star
| * | Merge branch 'kill_rtcache'David S. Miller2012-07-231-2/+2
| |\ \
| | * | net: Document dst->obsolete better.David S. Miller2012-07-201-2/+2
| * | | net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-222-3/+56
| * | | skbuff: export skb_copy_ubufsMichael S. Tsirkin2012-07-221-1/+1
| * | | net: orphan frags on receiveMichael S. Tsirkin2012-07-221-1/+6
| * | | skbuff: convert to skb_orphan_fragsMichael S. Tsirkin2012-07-221-14/+8Star
| * | | rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer2012-07-221-0/+2
| |/ /
| * | rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko2012-07-201-2/+13
| * | rtnl: allow to specify different num for rx and tx queue countJiri Pirko2012-07-201-8/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-194-20/+60
| |\ \
| * | | ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-181-2/+3
| * | | skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar2012-07-181-5/+5
| * | | netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-5/+5
| * | | net: make sock diag per-namespaceAndrey Vagin2012-07-171-7/+20
| * | | net: Update alloc frag to reduce get/put page usage and recycle pagesAlexander Duyck2012-07-131-8/+20
| * | | tcp: TCP Small QueuesEric Dumazet2012-07-121-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-112-5/+10
| |\ \ \
| * | | | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-113-6/+9
| * | | | net: Properly define functions with no parametersBen Hutchings2012-07-111-1/+1
| * | | | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller2012-07-111-3/+1Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-051-0/+1
| |\ \ \ \
| * | | | | net-next: Add netif_get_num_default_rss_queuesYuval Mintz2012-07-051-0/+11
| * | | | | net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-051-18/+0Star
| * | | | | neigh: Convert over to dst_neigh_lookup_skb().David S. Miller2012-07-051-3/+16
| * | | | | net: Do delayed neigh confirmation.David S. Miller2012-07-051-1/+2
| * | | | | ipv4: Make neigh lookups directly in output packet path.David S. Miller2012-07-051-5/+7
| * | | | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-302-4/+13
| * | | | | ipv4: Elide fib_validate_source() completely when possible.David S. Miller2012-06-291-0/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-291-2/+2
| |\ \ \ \ \
| * | | | | | net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-281-1/+0Star
| * | | | | | netlink: Get rid of obsolete rtnetlink macrosThomas Graf2012-06-281-13/+0Star
| * | | | | | sock_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-281-9/+3Star
| * | | | | | ipv4: Early TCP socket demux.David S. Miller2012-06-201-0/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-162-27/+7Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-133-11/+9Star
| |\ \ \ \ \ \ \
| * | | | | | | | ethtool: Make more commands available to unprivileged processesBen Hutchings2012-06-131-0/+5
| * | | | | | | | net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-131-0/+17
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-74/+0Star
| |\ \ \ \ \ \ \ \
| | * | | | | | | | wireless: remove wext sysfsJohannes Berg2012-06-051-74/+0Star
| * | | | | | | | | Added kernel support in EEE Ethtool commandsYuval Mintz2012-06-071-0/+40
| * | | | | | | | | net: Update kernel-doc for __alloc_skb()Ben Hutchings2012-06-071-2/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-071-69/+33Star
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet2012-06-041-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-231-19/+3Star
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | get rid of ->scm_work_listAl Viro2012-07-221-19/+3Star
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | net: Statically initialize init_net.dev_base_headRustad, Mark D2012-07-182-2/+5