summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar2017-04-131-1/+2
* net: dwc-xlgmac: add the initial ethtool supportJie Deng2017-04-136-4/+312
* net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-132-8/+6
* Merge branch 'rtnetlink-cleanup-user-notifications'David S. Miller2017-04-131-9/+0
|\
| * rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notifications for PRECHANGEUPPER eventDavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notifications for POST_TYPE_CHANGE eventDavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notifications for CHANGEADDR eventDavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFODavid Ahern2017-04-131-1/+0
| * rtnetlink: Do not generate notifications for MTU eventsDavid Ahern2017-04-131-2/+0
|/
* tools: bpf_jit_disasm: Add option to dump JIT image to a file.David Daney2017-04-131-4/+36
* net: stmmac: set total length of the packet to be transmitted in TDES3Niklas Cassel2017-04-137-12/+17
* cxgb4: save tid while creating server filterGanesh Goudar2017-04-131-0/+4
* Merge branch 'mvmdio-updates'David S. Miller2017-04-132-13/+50
|\
| * net: mvmdio: allow up to three clocks to be specified for orion-mdioRussell King2017-04-131-9/+24
| * dt-bindings: allow up to three clocks for orion-mdioRussell King2017-04-131-1/+1
| * net: mvmdio: disable interrupt if resource size is too smallRussell King2017-04-131-0/+6
| * dt-bindings: correct marvell orion MDIO binding documentRussell King2017-04-131-2/+15
| * net: mvmdio: fix interrupt disable in remove pathRussell King2017-04-131-1/+2
| * net: mvmdio: disable interrupts in driver failure pathRussell King2017-04-131-0/+2
|/
* net: make struct net_device::min_header_len 8-bitAlexey Dobriyan2017-04-121-1/+1
* net: neigh: make ->hh_len 32-bitAlexey Dobriyan2017-04-122-4/+3
* gso: Support frag_list splitting with head_fragIlan Tayari2017-04-121-1/+1
* Merge branch 'l2tp-const'David S. Miller2017-04-122-9/+11
|\
| * l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2017-04-122-4/+4
| * l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2017-04-122-5/+7
|/
* Merge branch 'ftgmac100-rework-batch4-misc'David S. Miller2017-04-123-123/+247
|\
| * ftgmac100: Set default ring sizes to 128 entriesBenjamin Herrenschmidt2017-04-121-2/+2
| * ftgmac100: Make ring sizes configurable via ethtoolBenjamin Herrenschmidt2017-04-121-56/+148
| * ftgmac100: Add more register inits in ftgmac100_init_hw()Benjamin Herrenschmidt2017-04-121-0/+36
| * ftgmac100: Open code remaining register writesBenjamin Herrenschmidt2017-04-121-33/+20
| * ftgmac100: Rename ftgmac100_setup_mac to ftgmac100_initial_macBenjamin Herrenschmidt2017-04-121-2/+2
| * ftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_mac_addrBenjamin Herrenschmidt2017-04-121-3/+3
| * ftgmac100: Set netdev->hw_featuresBenjamin Herrenschmidt2017-04-121-3/+4
| * ftgmac100: Disable HW checksum generation on AST2400, enable on othersBenjamin Herrenschmidt2017-04-123-10/+6
| * ftgmac100: Use device "compatible" property, not machine.Benjamin Herrenschmidt2017-04-123-11/+13
| * ftgmac100: Upgrade to NETIF_F_HW_CSUMBenjamin Herrenschmidt2017-04-121-15/+25
|/
* Merge branch 'net-smc-next'David S. Miller2017-04-1112-50/+87
|\
| * net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2017-04-112-2/+1
| * net/smc: destruct non-accepted socketsUrsula Braun2017-04-112-6/+9
| * net/smc: remove duplicate unhashUrsula Braun2017-04-111-1/+0
| * net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun2017-04-111-11/+25
| * net/smc: no socket state changes in tasklet contextUrsula Braun2017-04-116-20/+41
| * net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun2017-04-111-2/+1
| * net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun2017-04-111-1/+5
| * net/smc: return active RoCE port onlyUrsula Braun2017-04-111-2/+5
| * net/smc: remove useless smc_ib_devices_list checkUrsula Braun2017-04-113-4/+1
| * net/smc: get rid of old commentUrsula Braun2017-04-111-2/+0
|/