summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong
2014-09-28mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet
2014-09-28Merge branch 'r8152'David S. Miller
2014-09-28r8152: support ethtool eeehayeswang
2014-09-28r8152: add functions to set EEEhayeswang
2014-09-28r8152: change the EEE definitionhayeswang
2014-09-28Merge branch 'defxx-next'David S. Miller
2014-09-28defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki
2014-09-28defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki
2014-09-28defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-28Merge branch 'dsa_eee'David S. Miller
2014-09-28net: dsa: bcm_sf2: add support for controlling EEEFlorian Fainelli
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli
2014-09-28net: dsa: bcm_sf2: add port_enable/disable callbacksFlorian Fainelli
2014-09-28net: dsa: bcm_sf2: disable RGMII interface(s) when link is downFlorian Fainelli
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28Merge branch 'tcp_skb_cb'David S. Miller
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet
2014-09-26net : optimize skb_release_data()Eric Dumazet
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov
2014-09-26net: bcmgenet: Fix compile warningTobias Klauser
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui
2014-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe
2014-09-26net: optimise csum_replace4()LEROY Christophe
2014-09-26Merge branch 'fec'David S. Miller
2014-09-26net: fec: free resource after phy probe failedNimrod Andy
2014-09-26net: fec: align rx data buffer size for dma map/unmapNimrod Andy
2014-09-26net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy
2014-09-26net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-26fec: Remove fec_enet_select_queue()Fabio Estevam
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26mellanox: Change en_print to return voidJoe Perches
2014-09-26Merge branch 'bpf-next'David S. Miller
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov
2014-09-26bpf: verifier (add branch/goto checks)Alexei Starovoitov
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov
2014-09-26bpf: verifier (add docs)Alexei Starovoitov
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov