aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal3-5/+30
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal3-16/+32
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann3-25/+63
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal4-32/+27
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend1-3/+41
2014-09-29dql: dql_queued() should write first to reduce bus transactionsEric Dumazet1-2/+10
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong1-3/+2
2014-09-28cxgb4: Add support for adaptive rxHariprasad Shenai5-2/+49
2014-09-28cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2-0/+6
2014-09-28cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai1-52/+52
2014-09-28cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai3-42/+167
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones1-1/+5
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong11-21/+21
2014-09-28mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-28r8152: support ethtool eeehayeswang1-0/+128
2014-09-28r8152: add functions to set EEEhayeswang1-25/+76
2014-09-28r8152: change the EEE definitionhayeswang1-21/+14
2014-09-28defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki2-20/+32
2014-09-28defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki1-2/+2
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