summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-134-2/+7
| * rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells2016-09-131-3/+5
| * rxrpc: Use skb->len not skb->data_lenDavid Howells2016-09-131-4/+4
| * rxrpc: Add missing unlock in rxrpc_call_accept()David Howells2016-09-131-3/+5
| * rxrpc: Requeue call for recvmsg if more dataDavid Howells2016-09-131-0/+4
| * rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells2016-09-131-1/+1
| * rxrpc: Add missing wakeup on Tx window rotationDavid Howells2016-09-131-0/+2
| * rxrpc: Make sure we initialise the peer hash keyDavid Howells2016-09-131-1/+1
* | Merge branch 'libcxgb-next'David S. Miller2016-09-158-418/+428
|\ \
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-153-21/+29
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-153-15/+20
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-153-19/+23
| * | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-153-19/+23
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-153-15/+19
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-154-25/+16
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-153-40/+30
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-153-22/+13
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-154-97/+61
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-154-68/+69
| * | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-157-77/+125
|/ /
* | openvswitch: avoid deferred execution of recirc actionsLance Richardson2016-09-151-2/+28
* | Merge branch 'cls_flower-port-masks'David S. Miller2016-09-152-12/+19
|\ \
| * | net/sched: cls_flower: Specify vlan attributes format in the UAPI headerOr Gerlitz2016-09-151-3/+3
| * | net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz2016-09-151-1/+0
| * | net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz2016-09-152-8/+16
|/ /
* | alx: fix error handling in __alx_openTobias Regnery2016-09-151-1/+3
* | cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai2016-09-151-3/+4
* | net_sched: Introduce skbmod actionJamal Hadi Salim2016-09-155-0/+382
* | Merge branch 'bpf-next'David S. Miller2016-09-152-7/+1
|\ \
| * | bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann2016-09-151-1/+1
| * | bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2016-09-152-6/+0
|/ /
* | net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion2016-09-151-13/+4
* | test_bpf: fix the dummy skb after dissector changesJakub Kicinski2016-09-151-0/+1
* | atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King2016-09-151-3/+3
|/
* Merge branch 'mlxsw-ethtool'David S. Miller2016-09-133-146/+209
|\
| * mlxsw: spectrum: Add support for new ethtool APIIdo Schimmel2016-09-132-160/+185
| * mlxsw: spectrum: Indicate support of multiple port typesIdo Schimmel2016-09-131-3/+5
| * mlxsw: spectrum: Report port type according to operational speedIdo Schimmel2016-09-131-1/+0
| * mlxsw: spectrum: Report link partner's advertised speedsIdo Schimmel2016-09-132-1/+27
| * mlxsw: spectrum: Correctly report autonegotiationIdo Schimmel2016-09-132-3/+14
|/
* net: ethernet: apm: xgene: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-131-24/+37
* net: ethernet: apm: xgene: use phydev from struct net_devicePhilippe Reynes2016-09-134-19/+18
* net: ethernet: dwmac: fix non static symbol warningWei Yongjun2016-09-131-1/+2
* net: macb: fix missing unlock on error in macb_start_xmit()Wei Yongjun2016-09-131-1/+1
* net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman2016-09-138-16/+15
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* net: bridge: add helper to call /sbin/bridge-stpVivien Didelot2016-09-131-12/+31
* iwlegacy: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* stmmac: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1