summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2016-07-173-6/+18
* net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli2016-07-161-1/+1
* Merge branch 'mlxsw-fixes'David S. Miller2016-07-154-29/+26Star
|\
| * mlxsw: spectrum: Prevent invalid ingress buffer mappingIdo Schimmel2016-07-153-3/+19
| * mlxsw: spectrum: Prevent overwrite of DCB capability fieldsIdo Schimmel2016-07-151-0/+2
| * mlxsw: spectrum: Don't emit errors when PFC is disabledIdo Schimmel2016-07-151-1/+2
| * mlxsw: spectrum: Indicate support for autonegotiationIdo Schimmel2016-07-151-1/+2
| * mlxsw: spectrum: Force link training according to admin stateIdo Schimmel2016-07-151-24/+1Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-07-154-44/+66
|\
| * i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli2016-07-151-5/+11
| * ixgbe: napi_poll must return the work donePaolo Abeni2016-07-151-1/+1
| * i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterKiran Patil2016-07-151-12/+20
| * i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck2016-07-152-26/+34
* | r8152: add MODULE_VERSIONGrant Grundler2016-07-151-0/+1
* | tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-07-151-17/+22
|/
* bonding: set carrier off for devices created through netlinkBeniamino Galvani2016-07-151-1/+5
* Merge branch 'sk_filter-trim-limit'David S. Miller2016-07-137-13/+25
|\
| * dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-134-6/+13
| * rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-133-7/+12
|/
* Merge branch 'mlx5-fixes'David S. Miller2016-07-131-1/+12
|\
| * net/mlx5e: start/stop all tx queues upon open/close netdevMohamad Haj Yahia2016-07-131-0/+11
| * net/mlx5e: Fix TX Timeout to detect queues stuck on BQLDaniel Jurgens2016-07-131-1/+1
|/
* Merge branch 'ethoc-fixes'David S. Miller2016-07-131-5/+11
|\
| * net: ethoc: Correctly pad short packetsFlorian Fainelli2016-07-131-0/+6
| * net: ethoc: Fix early error pathsFlorian Fainelli2016-07-131-5/+5
|/
* net: nps_enet: Fix PCS resetNoam Camus2016-07-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-07-126-9/+25
|\
| * netfilter: conntrack: skip clash resolution if nat is in placePablo Neira Ayuso2016-07-121-0/+1
| * Merge tag 'ipvs-fixes2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kern...Pablo Neira Ayuso2016-07-111-2/+4
| |\
| | * ipvs: fix bind to link-local mcast IPv6 address in backupQuentin Armitage2016-07-071-2/+4
| * | netfilter: nft_ct: fix expiration getterFlorian Westphal2016-07-082-5/+9
| * | netfilter: conntrack: avoid integer overflow when resizingFlorian Westphal2016-07-011-0/+7
| |/
| * netfilter: nft_meta: set skb->nf_trace appropriatelyLiping Zhang2016-06-231-1/+1
| * netfilter: nf_tables: fix memory leak if expr init failsLiping Zhang2016-06-231-1/+3
* | Merge branch 'tipc-fixes'David S. Miller2016-07-124-5/+35
|\ \
| * | tipc: reset all unicast links when broadcast send link failsJon Paul Maloy2016-07-123-4/+27
| * | tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy2016-07-121-0/+2
| * | tipc: extend broadcast link initialization criteriaJon Paul Maloy2016-07-121-1/+6
|/ /
* | r8152: Add support for setting pass through MAC address on RTL8153-ADMario Limonciello2016-07-121-2/+74
* | sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh2016-07-111-0/+4
* | ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov2016-07-111-0/+6
* | tcp: make challenge acks less predictableEric Dumazet2016-07-111-5/+10
* | udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček2016-07-112-0/+4
* | bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King2016-07-111-1/+1
* | Merge tag 'batadv-net-for-davem-20160708' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-07-116-42/+161
|\ \
| * | batman-adv: Fix speedy join in gateway client modeSven Eckelmann2016-07-061-2/+2
| * | batman-adv: Free last_bonding_candidate on release of orig_nodeSven Eckelmann2016-07-051-0/+7
| * | batman-adv: Fix reference leak in batadv_find_routerSven Eckelmann2016-07-052-14/+42
| * | batman-adv: Fix non-atomic bla_claim::backbone_gw accessSven Eckelmann2016-07-052-23/+90
| * | batman-adv: Fix orig_node_vlan leak on orig_node_releaseSven Eckelmann2016-07-051-0/+8