summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-13gianfar: correct filer table writingJakub Kicinski1-3/+2
2015-08-13bonding: Gratuitous ARP gets dropped when first slave addedVenkat Venkatsubra1-0/+1
2015-08-13net: dsa: Do not override PHY interface if already configuredFlorian Fainelli1-1/+2
2015-08-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+1
2015-08-11net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe1-1/+1
2015-08-11net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe1-1/+2
2015-08-11inet: fix possible request socket leakEric Dumazet2-2/+2
2015-08-11inet: fix races with reqsk timersEric Dumazet2-2/+8
2015-08-11mkiss: Fix error handling in mkiss_open()Fabio Estevam1-3/+4
2015-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-19/+20
2015-08-11Merge branch 'bnx2x-fixes'David S. Miller2-1/+17
2015-08-11bnx2x: Free NVRAM lock at end of each pageYuval Mintz1-0/+16
2015-08-11bnx2x: Prevent null pointer dereference on SKB releaseYuval Mintz1-1/+1
2015-08-11cxgb4: missing curly braces in t4_setup_debugfs()Dan Carpenter1-1/+2
2015-08-10net-timestamp: Update skb_complete_tx_timestamp commentBenjamin Poirier1-3/+3
2015-08-10ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal1-2/+4
2015-08-10netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann1-0/+5
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera1-1/+1
2015-08-10Merge branch 'mvpp2-fixes'David S. Miller1-77/+167
2015-08-10net: mvpp2: replace TX coalescing interrupts with hrtimerMarcin Wojtas1-47/+130
2015-08-10net: mvpp2: enable proper per-CPU TX buffers unmappingMarcin Wojtas1-15/+37
2015-08-10net: mvpp2: remove excessive spinlocks from driver initializationMarcin Wojtas1-15/+0
2015-08-10netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2-2/+4
2015-08-10netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter1-8/+10
2015-08-08net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto1-0/+2
2015-08-08Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-10/+42
2015-08-07Merge branch 'be2net-fixes'David S. Miller2-67/+125
2015-08-07be2net: protect eqo->affinity_mask from getting freed twiceKalesh AP1-8/+10
2015-08-07be2net: post buffers before destroying RXQs in LancerKalesh AP1-12/+30
2015-08-07be2net: enable IFACE filters only after creating RXQsKalesh AP2-47/+85
2015-08-07virtio-net: drop NETIF_F_FRAGLISTJason Wang1-2/+2
2015-08-07stmmac: dwmac-ipq806x: fix static checker warningMathieu Olivari1-2/+2
2015-08-07net: netcp: fix unused interface rx buffer size configurationWingMan Kwok2-23/+13
2015-08-07net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=yIan Campbell1-3/+0
2015-08-07r8169: enforce RX_MULTI_EN on rtl8168ep/8111ep chipsIvan Vecera1-1/+3
2015-08-07bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov1-0/+2
2015-08-07bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov1-0/+2
2015-08-07Merge tag 'wireless-drivers-for-davem-2015-08-04' of git://git.kernel.org/pub...David S. Miller8-10/+51
2015-08-07net: pktgen: don't abuse current->state in pktgen_thread_worker()Oleg Nesterov1-3/+0
2015-08-07xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall2-1/+6
2015-08-07net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2015-08-07net: fec: fix initial runtime PM refcountLucas Stach1-0/+1
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski1-1/+1
2015-08-05netfilter: conntrack: Use flags in nf_ct_tmpl_alloc()Joe Stringer1-2/+2
2015-08-05batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich1-0/+2
2015-08-05batman-adv: protect tt_local_entry from concurrent delete eventsMarek Lindner1-1/+10
2015-08-05batman-adv: fix kernel crash due to missing NULL checksMarek Lindner2-4/+17
2015-08-05batman-adv: avoid DAT to mess up LAN stateAntonio Quartulli1-5/+13
2015-08-04xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall1-28/+33
2015-08-04udp: fix dst races with multicast early demuxEric Dumazet1-3/+10