summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-16net: nb8800: Fix SKB leak in nb8800_receive()Florian Fainelli
2016-07-16et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni
2016-07-15net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli
2016-07-15Merge branch 'mlxsw-fixes'David S. Miller
2016-07-15mlxsw: spectrum: Prevent invalid ingress buffer mappingIdo Schimmel
2016-07-15mlxsw: spectrum: Prevent overwrite of DCB capability fieldsIdo Schimmel
2016-07-15mlxsw: spectrum: Don't emit errors when PFC is disabledIdo Schimmel
2016-07-15mlxsw: spectrum: Indicate support for autonegotiationIdo Schimmel
2016-07-15mlxsw: spectrum: Force link training according to admin stateIdo Schimmel
2016-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2016-07-15r8152: add MODULE_VERSIONGrant Grundler
2016-07-15tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-07-14i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli
2016-07-14ixgbe: napi_poll must return the work donePaolo Abeni
2016-07-14i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterKiran Patil
2016-07-14i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck
2016-07-14bonding: set carrier off for devices created through netlinkBeniamino Galvani
2016-07-13Merge branch 'sk_filter-trim-limit'David S. Miller
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn
2016-07-13Merge branch 'mlx5-fixes'David S. Miller
2016-07-13net/mlx5e: start/stop all tx queues upon open/close netdevMohamad Haj Yahia
2016-07-13net/mlx5e: Fix TX Timeout to detect queues stuck on BQLDaniel Jurgens
2016-07-12Merge branch 'ethoc-fixes'David S. Miller
2016-07-12net: ethoc: Correctly pad short packetsFlorian Fainelli
2016-07-12net: ethoc: Fix early error pathsFlorian Fainelli
2016-07-12net: nps_enet: Fix PCS resetNoam Camus
2016-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-07-12netfilter: conntrack: skip clash resolution if nat is in placePablo Neira Ayuso
2016-07-11Merge branch 'tipc-fixes'David S. Miller
2016-07-11tipc: reset all unicast links when broadcast send link failsJon Paul Maloy
2016-07-11tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy
2016-07-11tipc: extend broadcast link initialization criteriaJon Paul Maloy
2016-07-11r8152: Add support for setting pass through MAC address on RTL8153-ADMario Limonciello
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh
2016-07-11ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov
2016-07-11tcp: make challenge acks less predictableEric Dumazet
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček
2016-07-11bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King
2016-07-11Merge tag 'batadv-net-for-davem-20160708' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-07-11Merge tag 'ipvs-fixes2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kern...Pablo Neira Ayuso
2016-07-09dccp: avoid deadlock in dccp_v4_ctl_send_resetEric Dumazet
2016-07-09Merge branch 'ibmvnic-fixes'David S. Miller
2016-07-09ibmvnic: Fix passive VNIC server login processThomas Falcon
2016-07-09ibmvnic: simplify and improve driver probe functionThomas Falcon
2016-07-09ibmvnic: dispose irq mappingsThomas Falcon
2016-07-09ibmvnic: properly start and stop tx queuesThomas Falcon
2016-07-08Merge tag 'mac80211-for-davem-2016-07-06' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-07-08r8152: remove the setting of LAN_WAKE_ENhayeswang