Age | Commit message (Expand) | Author | Files | Lines |
2016-09-16 | net: ethernet: mediatek: add more resets for internal ethernet circuit block |  Sean Wang | 2 | -13/+20 |
2016-09-16 | net: ethernet: mediatek: add the whole ethernet reset into the reset process |  Sean Wang | 2 | -8/+51 |
2016-09-16 | net: ethernet: mediatek: add controlling power domain the ethernet belongs to |  Sean Wang | 1 | -0/+7 |
2016-09-16 | net: ethernet: mediatek: cleanup error path inside mtk_hw_init |  Sean Wang | 1 | -5/+29 |
2016-09-16 | net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_init call |  Sean Wang | 1 | -4/+11 |
2016-09-16 | net: ethernet: mediatek: refactoring mtk_hw_init to be reused |  Sean Wang | 1 | -28/+34 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() |  Varun Prakash | 3 | -21/+29 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() |  Varun Prakash | 3 | -15/+20 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() |  Varun Prakash | 3 | -19/+23 |
2016-09-15 | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() |  Varun Prakash | 3 | -19/+23 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() |  Varun Prakash | 3 | -15/+19 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() |  Varun Prakash | 4 | -25/+16 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() |  Varun Prakash | 3 | -40/+30 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv() |  Varun Prakash | 3 | -22/+13 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6() |  Varun Prakash | 4 | -97/+61 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route() |  Varun Prakash | 4 | -68/+69 |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() |  Varun Prakash | 7 | -77/+125 |
2016-09-15 | openvswitch: avoid deferred execution of recirc actions |  Lance Richardson | 1 | -2/+28 |
2016-09-15 | net/sched: cls_flower: Specify vlan attributes format in the UAPI header |  Or Gerlitz | 1 | -3/+3 |
2016-09-15 | net/sched: cls_flower: Remove an unused field from the filter key structure |  Or Gerlitz | 1 | -1/+0 |
2016-09-15 | net/sched: cls_flower: Support masking for matching on tcp/udp ports |  Or Gerlitz | 2 | -8/+16 |
2016-09-15 | alx: fix error handling in __alx_open |  Tobias Regnery | 1 | -1/+3 |
2016-09-15 | cxgb4vf: don't offload Rx checksums for IPv6 fragments |  Hariprasad Shenai | 1 | -3/+4 |
2016-09-15 | net_sched: Introduce skbmod action |  Jamal Hadi Salim | 5 | -0/+382 |
2016-09-15 | bpf: use skb_at_tc_ingress helper in tcf_bpf |  Daniel Borkmann | 1 | -1/+1 |
2016-09-15 | bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf |  Daniel Borkmann | 2 | -6/+0 |
2016-09-15 | net/sched: act_tunnel_key: Remove rcu_read_lock protection |  Hadar Hen Zion | 1 | -13/+4 |
2016-09-15 | test_bpf: fix the dummy skb after dissector changes |  Jakub Kicinski | 1 | -0/+1 |
2016-09-15 | atm: iphase: fix newline escape and minor tweak to source formatting |  Colin Ian King | 1 | -3/+3 |
2016-09-13 | rxrpc: Add IPv6 support |  David Howells | 7 | -83/+154 |
2016-09-13 | rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually |  David Howells | 2 | -34/+11 |
2016-09-13 | rxrpc: Don't specify protocol to when creating transport socket |  David Howells | 1 | -2/+2 |
2016-09-13 | rxrpc: Create an address for sendmsg() to bind unbound socket with |  David Howells | 1 | -0/+12 |
2016-09-13 | rxrpc: Correctly initialise, limit and transmit call->rx_winsize |  David Howells | 6 | -13/+26 |
2016-09-13 | rxrpc: Fix prealloc refcounting |  David Howells | 3 | -4/+9 |
2016-09-13 | rxrpc: Adjust the call ref tracepoint to show kernel API refs |  David Howells | 4 | -2/+7 |
2016-09-13 | rxrpc: Allow tx_winsize to grow in response to an ACK |  David Howells | 1 | -3/+5 |
2016-09-13 | rxrpc: Use skb->len not skb->data_len |  David Howells | 1 | -4/+4 |
2016-09-13 | rxrpc: Add missing unlock in rxrpc_call_accept() |  David Howells | 1 | -3/+5 |
2016-09-13 | rxrpc: Requeue call for recvmsg if more data |  David Howells | 1 | -0/+4 |
2016-09-13 | rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay |  David Howells | 1 | -1/+1 |
2016-09-13 | rxrpc: Add missing wakeup on Tx window rotation |  David Howells | 1 | -0/+2 |
2016-09-13 | rxrpc: Make sure we initialise the peer hash key |  David Howells | 1 | -1/+1 |
2016-09-13 | mlxsw: spectrum: Add support for new ethtool API |  Ido Schimmel | 2 | -160/+185 |
2016-09-13 | mlxsw: spectrum: Indicate support of multiple port types |  Ido Schimmel | 1 | -3/+5 |
2016-09-13 | mlxsw: spectrum: Report port type according to operational speed |  Ido Schimmel | 1 | -1/+0 |
2016-09-13 | mlxsw: spectrum: Report link partner's advertised speeds |  Ido Schimmel | 2 | -1/+27 |
2016-09-13 | mlxsw: spectrum: Correctly report autonegotiation |  Ido Schimmel | 2 | -3/+14 |
2016-09-13 | net: ethernet: apm: xgene: use new api ethtool_{get|set}_link_ksettings |  Philippe Reynes | 1 | -24/+37 |
2016-09-13 | net: ethernet: apm: xgene: use phydev from struct net_device |  Philippe Reynes | 4 | -19/+18 |