index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
net: tcp: more detailed ACK events and events for CE marked packets
Florian Westphal
3
-5
/
+30
2014-09-29
net: tcp: split ack slow/fast events from cwnd_event
Florian Westphal
3
-16
/
+32
2014-09-29
net: tcp: add flag for ca to indicate that ECN is required
Daniel Borkmann
3
-25
/
+63
2014-09-29
net: tcp: assign tcp cong_ops when tcp sk is created
Florian Westphal
4
-32
/
+27
2014-09-29
net: sched: cls_rcvp, complete rcu conversion
John Fastabend
1
-3
/
+41
2014-09-29
dql: dql_queued() should write first to reduce bus transactions
Eric Dumazet
1
-2
/
+10
2014-09-28
net_sched: fix another regression in cls_tcindex
WANG Cong
1
-1
/
+1
2014-09-28
net_sched: fix errno in tcindex_set_parms()
WANG Cong
1
-3
/
+2
2014-09-28
cxgb4: Add support for adaptive rx
Hariprasad Shenai
5
-2
/
+49
2014-09-28
cxgb4/cxgb4vf: Add Devicde ID for two more adapter
Hariprasad Shenai
2
-0
/
+6
2014-09-28
cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.
Hariprasad Shenai
1
-52
/
+52
2014-09-28
cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.
Hariprasad Shenai
3
-42
/
+167
2014-09-28
arp: Do not perturb drop profiles with ignored ARP packets
Rick Jones
1
-1
/
+5
2014-09-28
net_sched: remove the first parameter from tcf_exts_destroy()
WANG Cong
11
-21
/
+21
2014-09-28
mlx4: exploit skb->xmit_more to conditionally send doorbell
Eric Dumazet
1
-7
/
+16
2014-09-28
r8152: support ethtool eee
hayeswang
1
-0
/
+128
2014-09-28
r8152: add functions to set EEE
hayeswang
1
-25
/
+76
2014-09-28
r8152: change the EEE definition
hayeswang
1
-21
/
+14
2014-09-28
defxx: DEFEA's ESIC port I/O decoding cleanup
Maciej W. Rozycki
2
-20
/
+32
2014-09-28
defxx: DEFEA's Burst Holdoff register initialization fix
Maciej W. Rozycki
1
-2
/
+2
2014-09-28
defxx: Correct DEFEA's ESIC port I/O accesses
Maciej W. Rozycki
1
-15
/
+15
2014-09-28
net: dsa: bcm_sf2: add support for controlling EEE
Florian Fainelli
3
-0
/
+79
2014-09-28
net: dsa: allow switches driver to implement get/set EEE
Florian Fainelli
2
-0
/
+49
2014-09-28
net: dsa: bcm_sf2: add port_enable/disable callbacks
Florian Fainelli
1
-20
/
+40
2014-09-28
net: dsa: bcm_sf2: disable RGMII interface(s) when link is down
Florian Fainelli
1
-0
/
+9
2014-09-28
net: dsa: allow enabling and disable switch ports
Florian Fainelli
2
-0
/
+22
2014-09-28
net: dsa: start and stop the PHY state machine
Florian Fainelli
1
-0
/
+6
2014-09-28
tcp: use tcp_flags in tcp_data_queue()
Peter Pan(潘卫平)
1
-3
/
+2
2014-09-28
tcp: change tcp_skb_pcount() location
Eric Dumazet
4
-11
/
+33
2014-09-28
tcp: better TCP_SKB_CB layout to reduce cache line misses
Eric Dumazet
4
-13
/
+30
2014-09-28
ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()
Eric Dumazet
5
-7
/
+9
2014-09-28
ipv4: rename ip_options_echo to __ip_options_echo()
Eric Dumazet
4
-14
/
+25
2014-09-26
net : optimize skb_release_data()
Eric Dumazet
1
-21
/
+22
2014-09-26
sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructions
Alexei Starovoitov
1
-1
/
+6
2014-09-26
net: bcmgenet: Fix compile warning
Tobias Klauser
1
-16
/
+7
2014-09-26
net/openvswitch: remove dup comment in vport.h
Wang Sheng-Hui
1
-1
/
+0
2014-09-26
net: optimise inet_proto_csum_replace4()
LEROY Christophe
1
-7
/
+5
2014-09-26
net: optimise csum_replace4()
LEROY Christophe
1
-3
/
+1
2014-09-26
net: fec: free resource after phy probe failed
Nimrod Andy
1
-0
/
+2
2014-09-26
net: fec: align rx data buffer size for dma map/unmap
Nimrod Andy
1
-3
/
+5
2014-09-26
net: fec: remove the ERR006358 workaround for imx6sx enet
Nimrod Andy
1
-2
/
+2
2014-09-26
net: fec: Add Ftype to BD to distiguish three tx queues for AVB
Nimrod Andy
2
-0
/
+12
2014-09-26
net: introduce __skb_header_release()
Eric Dumazet
4
-9
/
+24
2014-09-26
fec: Remove fec_enet_select_queue()
Fabio Estevam
1
-7
/
+0
2014-09-26
net: Change netdev_<level> logging functions to return void
Joe Perches
2
-37
/
+26
2014-09-26
mellanox: Change en_print to return void
Joe Perches
2
-12
/
+9
2014-09-26
bpf: mini eBPF library, test stubs and verifier testsuite
Alexei Starovoitov
7
-1
/
+948
2014-09-26
bpf: verifier (add verifier core)
Alexei Starovoitov
2
-1
/
+1121
2014-09-26
bpf: verifier (add branch/goto checks)
Alexei Starovoitov
1
-0
/
+189
2014-09-26
bpf: handle pseudo BPF_LD_IMM64 insn
Alexei Starovoitov
2
-0
/
+153
[next]