aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/eql.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-28defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki1-15/+15
2014-09-28net: dsa: bcm_sf2: add support for controlling EEEFlorian Fainelli3-0/+79
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2-0/+49
2014-09-28net: dsa: bcm_sf2: add port_enable/disable callbacksFlorian Fainelli1-20/+40
2014-09-28net: dsa: bcm_sf2: disable RGMII interface(s) when link is downFlorian Fainelli1-0/+9
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli2-0/+22
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli1-0/+6
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)1-3/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet4-11/+33
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet4-13/+30
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet5-7/+9
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet4-14/+25
2014-09-26net : optimize skb_release_data()Eric Dumazet1-21/+22
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov1-1/+6
2014-09-26net: bcmgenet: Fix compile warningTobias Klauser1-16/+7
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui1-1/+0
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe1-7/+5
2014-09-26net: optimise csum_replace4()LEROY Christophe1-3/+1
2014-09-26net: fec: free resource after phy probe failedNimrod Andy1-0/+2
2014-09-26net: fec: align rx data buffer size for dma map/unmapNimrod Andy1-3/+5
2014-09-26net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy1-2/+2
2014-09-26net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy2-0/+12
2014-09-26net: introduce __skb_header_release()Eric Dumazet4-9/+24
2014-09-26fec: Remove fec_enet_select_queue()Fabio Estevam1-7/+0
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches2-37/+26
2014-09-26mellanox: Change en_print to return voidJoe Perches2-12/+9
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov7-1/+948
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov2-1/+1121
2014-09-26bpf: verifier (add branch/goto checks)Alexei Starovoitov1-0/+189
2014-09-26bpf: handle pseudo BPF_LD_IMM64 insnAlexei Starovoitov2-0/+153
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov3-1/+239
2014-09-26bpf: verifier (add docs)Alexei Starovoitov5-2/+361
2014-09-26bpf: handle pseudo BPF_CALL insnAlexei Starovoitov1-0/+37
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov5-20/+246
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov3-0/+281
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov5-2/+10
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov5-1/+273
2014-09-26net: sched: use pinned timersEric Dumazet3-5/+5
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert10-113/+3
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert2-44/+33
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert2-29/+47