summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa
2013-02-11ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa
2013-02-11mac80211: fix channel selection bugJohannes Berg
2013-02-11qlcnic: fix mailbox response handlingJitendra Kalsaria
2013-02-11qlcnic: enhance MSIX allocation failure log messageManish Chopra
2013-02-11qlcnic: fix async event handling during diagnostic loopback testJitendra Kalsaria
2013-02-11qlcnic: refactor 83xx diagnostic IRQ testJitendra Kalsaria
2013-02-11qlcnic: refactor 83xx diagnostic loopback testJitendra Kalsaria
2013-02-11qlcnic: helper routine to handle async eventsJitendra Kalsaria
2013-02-11qlcnic: fix firmware based IDC participationJitendra Kalsaria
2013-02-11qlcnic: fix initialize NIC mailbox commandHimanshu Madhani
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明
2013-02-11ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明
2013-02-11Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2013-02-11veth: fix NULL dereference in veth_dellink()Eric Dumazet
2013-02-11arp: fix possible crash in arp_rcv()Eric Dumazet
2013-02-11Merge branch 'mvrp'David S. Miller
2013-02-11net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward
2013-02-11net/802: Implement Multiple Registration Protocol (MRP)David Ward
2013-02-11Merge branch 'gso_type'David S. Miller
2013-02-11bnx2x: set gso_typeMichael S. Tsirkin
2013-02-11qlcnic: set gso_typeMichael S. Tsirkin
2013-02-11ixgbe: fix gso typeMichael S. Tsirkin
2013-02-11stmmac: mdio register has to fail if the phy is not foundGiuseppe CAVALLARO
2013-02-11stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO
2013-02-11Merge branch 'vsock'David S. Miller
2013-02-11VSOCK: Introduce VM SocketsAndy King
2013-02-11Merge branch 'davem.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller
2013-02-08Revert "r8169: enable internal ASPM and clock request settings".Francois Romieu
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-08Revert "r8169: enable ALDPS for power saving".Francois Romieu
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-08Linux 3.8-rc7Linus Torvalds
2013-02-08Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-02-08Merge 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