aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann
2013-02-08macvlan: add a salt to mc_hash()Eric Dumazet
2013-02-08macvlan: broadcast addr should be part of mc_filterEric Dumazet
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-08bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki
2013-02-08bgmac: validate (and random if needed) MAC addrRafał Miłecki
2013-02-08skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck
2013-02-09Linux 3.8-rc7v3.8-rc7tracking-mainline-llct-20130217.0tracking-mainline-llct-20130211.0tracking-mainline-llct-20130210.0Linus Torvalds
2013-02-09Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-08Merge branch 'wireless'David S. Miller
2013-02-08Merge branch 'sctp_keys'David S. Miller
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-08ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon
2013-02-08ARM: DMA mapping: fix bad atomic testRussell King
2013-02-08ARM: realview: ensure that we have sufficient IRQs availableRussell King
2013-02-08ARM: GIC: fix GIC cpumask initializationRussell King
2013-02-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-02-08net: usb: fix regression from FLAG_NOARP codeLucas Stach
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet
2013-02-07Merge branch 'tg3'David S. Miller
2013-02-07tg3: add support for Ethernet core in bcm4785Hauke Mehrtens
2013-02-07tg3: make it possible to provide phy_id in ioctlHauke Mehrtens
2013-02-07ssb: get mac address from sprom struct for gige driverHauke Mehrtens
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-02-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller
2013-02-07net: fec: fix spin_lock dead lockFrank Li
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li
2013-02-07mlx4_en: Fix BQL reset TX queue call pointTom Herbert
2013-02-07Merge branch 'netback'David S. Miller
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell
2013-02-07Merge branch 'mlx4'David S. Miller
2013-02-07net/mlx4_en: Implement ndo fdb functionalityYan Burman
2013-02-07net/mlx4_en: Add unicast MAC filteringYan Burman
2013-02-07net/mlx4_en: Manage hash of MAC addresses per portYan Burman
2013-02-07net/mlx4_en: Save previous MAC address of the port so we can replace it laterYan Burman
2013-02-07net/mlx4_en: Re-arrange ndo_set_rx_mode related codeYan Burman
2013-02-07net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman
2013-02-07net/mlx4_en: Cleanup multiline stringsYan Burman
2013-02-07net/mlx4_en: Optimize Rx fast path filter checksYan Burman