aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-10net/802: Implement Multiple Registration Protocol (MRP)David Ward5-0/+1044
2013-02-10Merge branch 'vsock'David S. Miller16-1/+6038
2013-02-10VSOCK: Introduce VM SocketsAndy King16-1/+6038
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller266-1437/+2114
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya1-1/+1
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann1-5/+3
2013-02-08macvlan: add a salt to mc_hash()Eric Dumazet1-4/+13
2013-02-08macvlan: broadcast addr should be part of mc_filterEric Dumazet1-0/+3
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang1-4/+4
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches20-150/+66
2013-02-08bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki1-4/+4
2013-02-08bgmac: validate (and random if needed) MAC addrRafał Miłecki1-0/+6
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck2-4/+4
2013-02-09Linux 3.8-rc7Linus Torvalds1-1/+1
2013-02-09Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-5/+26
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-348/+649
2013-02-08Merge branch 'wireless'David S. Miller249-3180/+26293
2013-02-08Merge branch 'sctp_keys'David S. Miller2-1/+6
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens1-73/+73
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville249-3180/+26293
2013-02-08ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon1-1/+1
2013-02-08ARM: DMA mapping: fix bad atomic testRussell King1-1/+1
2013-02-08ARM: realview: ensure that we have sufficient IRQs availableRussell King1-1/+1
2013-02-08ARM: GIC: fix GIC cpumask initializationRussell King1-2/+23
2013-02-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+8
2013-02-08net: usb: fix regression from FLAG_NOARP codeLucas Stach1-1/+1
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet2-12/+0
2013-02-07Merge branch 'tg3'David S. Miller4-24/+148
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens3-6/+117
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens1-6/+20
2013-02-07ssb: get mac address from sprom struct for gige driverHauke Mehrtens1-12/+11
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann1-9/+12
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch into openvswitchDavid S. Miller1-7/+9
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li1-4/+3
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert2-3/+2
2013-02-07Merge branch 'netback'David S. Miller3-53/+88
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62
2013-02-07Merge branch 'mlx4'David S. Miller11-388/+709
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman1-0/+75
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman2-2/+130
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman3-38/+79
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman1-2/+2
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman2-128/+145