index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
exthdrs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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