summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-20bnx2x: Fix GSO for 57710/57711 chipsYuval Mintz1-2/+7
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet1-1/+2
2013-05-20r8169: fix offloaded tx checksum for small packets.françois romieu1-14/+27
2013-05-20bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com4-10/+24
2013-05-20bonding: arp_ip_count and arp_targets can be wrongnikolay@redhat.com1-11/+8
2013-05-20bonding: replace %x with %pI4 for IPv4 addressesnikolay@redhat.com1-3/+3
2013-05-20bonding: fix set mode race conditionsnikolay@redhat.com1-0/+4
2013-05-20net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang1-1/+1
2013-05-20netlabel: improve domain mapping validationPaul Moore1-0/+69
2013-05-18ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-05-18vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala1-3/+14
2013-05-18gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun1-0/+1
2013-05-17Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-1/+23
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing3-1/+23
2013-05-17bonding: allow TSO being set on bonding masterEric Dumazet2-0/+12
2013-05-17NET: mv643xx_eth: avoid lockdep dump on interface downRussell King1-2/+2
2013-05-17tcp: gso: do not generate out of order packetsEric Dumazet1-1/+21
2013-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-39/+67
2013-05-16netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso1-3/+14
2013-05-16broadcom: add include guards to include/linux/brcmphy.hFlorian Fainelli1-0/+5
2013-05-16fec: Invert the order of function calls in fec_restart()Fabio Estevam1-3/+3
2013-05-16fec: Fix inconsistent lock stateFabio Estevam1-2/+2
2013-05-16ipg: fix an unsigned widening cast of '~' truncation issueDan Carpenter1-43/+43
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom9-30/+40
2013-05-15net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre2-2/+23
2013-05-15net/802/mrp: fix lockdep splatEric Dumazet1-2/+2
2013-05-14mv643xx_eth: fix NAPI weight being > 64Andrew Lunn1-1/+1
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-05-14be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi1-13/+5
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings3-5/+19
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings3-19/+6
2013-05-14tg3: Fix data corruption on 5725 with TSOMichael Chan1-0/+17
2013-05-14tg3: Skip powering down function 0 on certain serdes devicesNithin Sujir1-6/+26
2013-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-263/+498
2013-05-13bna: add missing iounmap() on error in bnad_init()Wei Yongjun1-2/+3
2013-05-13qlge: fix dma map leak when the last chunk is not allocatedThadeu Lima de Souza Cascardo1-0/+7
2013-05-13Merge tag 'spi-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds4-17/+49
2013-05-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-156/+213
2013-05-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+4
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown4-8/+11
2013-05-13Merge remote-tracking branch 'spi/fix/atmel' into spi-linusMark Brown1-9/+38
2013-05-13drm/mgag200: Fix framebuffer base address programmingChristopher Harvey1-3/+24
2013-05-13drm/mgag200: Convert counter delays to jiffiesChristopher Harvey1-9/+6
2013-05-13drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL registerChristopher Harvey1-21/+21
2013-05-13drm/mgag200: Don't change unrelated registers during modesetChristopher Harvey1-5/+1
2013-05-13drm: Only print a debug message when the polled connector has changedLespiau, Damien1-6/+13
2013-05-13drm: Make the HPD status updates debug logs more readableLespiau, Damien2-4/+7
2013-05-12xfrm6: release dev before returning errorCong Wang1-1/+3
2013-05-12ipv6,gre: do not leak info to user-spaceAmerigo Wang1-0/+2
2013-05-12virtio_net: use default napi weight by defaultAmerigo Wang1-1/+1