Age | Commit message (Expand) | Author |
2016-09-16 | net: emac: remove unnecessary dev_set_drvdata() | Wei Yongjun |
2016-09-16 | net: dsa: b53: Remove unused including <linux/version.h> | Wei Yongjun |
2016-09-16 | net: dsa: bcm_sf2: Fix non static symbol warning | Wei Yongjun |
2016-09-16 | tcp: fix a stale ooo_last_skb after a replace | Eric Dumazet |
2016-09-16 | Merge branch 'mediatek-reset-flow' | David S. Miller |
2016-09-16 | net: ethernet: mediatek: avoid race condition during the reset process | Sean Wang |
2016-09-16 | net: ethernet: mediatek: add more resets for internal ethernet circuit block | Sean Wang |
2016-09-16 | net: ethernet: mediatek: add the whole ethernet reset into the reset process | Sean Wang |
2016-09-16 | net: ethernet: mediatek: add controlling power domain the ethernet belongs to | Sean Wang |
2016-09-16 | net: ethernet: mediatek: cleanup error path inside mtk_hw_init | Sean Wang |
2016-09-16 | net: ethernet: mediatek: add mtk_hw_deinit call as the opposite to mtk_hw_ini... | Sean Wang |
2016-09-16 | net: ethernet: mediatek: refactoring mtk_hw_init to be reused | Sean Wang |
2016-09-16 | Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller |
2016-09-16 | Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller |
2016-09-15 | Merge branch 'libcxgb-next' | David S. Miller |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() | Varun Prakash |
2016-09-15 | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route() | Varun Prakash |
2016-09-15 | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() | Varun Prakash |
2016-09-15 | openvswitch: avoid deferred execution of recirc actions | Lance Richardson |
2016-09-15 | Merge branch 'cls_flower-port-masks' | David S. Miller |
2016-09-15 | net/sched: cls_flower: Specify vlan attributes format in the UAPI header | Or Gerlitz |
2016-09-15 | net/sched: cls_flower: Remove an unused field from the filter key structure | Or Gerlitz |
2016-09-15 | net/sched: cls_flower: Support masking for matching on tcp/udp ports | Or Gerlitz |
2016-09-15 | alx: fix error handling in __alx_open | Tobias Regnery |
2016-09-15 | cxgb4vf: don't offload Rx checksums for IPv6 fragments | Hariprasad Shenai |
2016-09-15 | net_sched: Introduce skbmod action | Jamal Hadi Salim |
2016-09-15 | Merge branch 'bpf-next' | David S. Miller |
2016-09-15 | bpf: use skb_at_tc_ingress helper in tcf_bpf | Daniel Borkmann |
2016-09-15 | bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf | Daniel Borkmann |
2016-09-15 | net/sched: act_tunnel_key: Remove rcu_read_lock protection | Hadar Hen Zion |
2016-09-15 | test_bpf: fix the dummy skb after dissector changes | Jakub Kicinski |
2016-09-15 | atm: iphase: fix newline escape and minor tweak to source formatting | Colin Ian King |
2016-09-13 | rxrpc: Add IPv6 support | David Howells |
2016-09-13 | rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually | David Howells |
2016-09-13 | rxrpc: Don't specify protocol to when creating transport socket | David Howells |
2016-09-13 | rxrpc: Create an address for sendmsg() to bind unbound socket with | David Howells |
2016-09-13 | rxrpc: Correctly initialise, limit and transmit call->rx_winsize | David Howells |
2016-09-13 | rxrpc: Fix prealloc refcounting | David Howells |
2016-09-13 | rxrpc: Adjust the call ref tracepoint to show kernel API refs | David Howells |
2016-09-13 | rxrpc: Allow tx_winsize to grow in response to an ACK | David Howells |
2016-09-13 | rxrpc: Use skb->len not skb->data_len | David Howells |
2016-09-13 | rxrpc: Add missing unlock in rxrpc_call_accept() | David Howells |