index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dns_resolver
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2014-09-26
bpf: verifier (add ability to receive verification log)
Alexei Starovoitov
3
-1
/
+239
2014-09-26
bpf: verifier (add docs)
Alexei Starovoitov
5
-2
/
+361
2014-09-26
bpf: handle pseudo BPF_CALL insn
Alexei Starovoitov
1
-0
/
+37
2014-09-26
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
5
-20
/
+246
2014-09-26
bpf: add lookup/update/delete/iterate methods to BPF maps
Alexei Starovoitov
3
-0
/
+281
2014-09-26
bpf: enable bpf syscall on x64 and i386
Alexei Starovoitov
5
-2
/
+10
2014-09-26
bpf: introduce BPF syscall and maps
Alexei Starovoitov
5
-1
/
+273
2014-09-26
net: sched: use pinned timers
Eric Dumazet
3
-5
/
+5
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
10
-113
/
+3
2014-09-26
udp: move logic out of udp[46]_ufo_send_check
Tom Herbert
2
-44
/
+33
2014-09-26
tcp: move logic out of tcp_v[64]_gso_send_check
Tom Herbert
2
-29
/
+47