index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-10
sctp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
net: sched: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-3
/
+3
2016-09-10
l2tp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
3
-5
/
+5
2016-09-10
ipv4: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-2
/
+1
2016-09-10
lec: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-6
/
+6
2016-09-10
appletalk: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-1
/
+1
2016-09-10
net/sched: Introduce act_tunnel_key
Amir Vadai
3
-0
/
+363
2016-09-10
net/sched: cls_flower: Classify packet in ip tunnels
Amir Vadai
1
-1
/
+99
2016-09-10
net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()
Amir Vadai
1
-21
/
+2
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
1
-81
/
+48
2016-09-09
bpf: add own ctx rewriter on ifindex for clsact progs
Daniel Borkmann
1
-6
/
+31
2016-09-09
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
1
-8
/
+7
2016-09-09
bpf: minor cleanups in helpers
Daniel Borkmann
1
-4
/
+3
2016-09-09
ip_tunnel: do not clear l4 hashes
Eric Dumazet
1
-1
/
+1
2016-09-09
Merge tag 'rxrpc-rewrite-20160908' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
22
-3304
/
+2301
2016-09-09
net: x25: remove null checks on arrays calling_ae and called_ae
Colin Ian King
1
-4
/
+0
2016-09-09
rtnetlink: remove unused ifla_stats_policy
stephen hemminger
1
-4
/
+0
2016-09-09
ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE events
Guillaume Nault
1
-1
/
+5
2016-09-09
ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events
Guillaume Nault
1
-3
/
+7
2016-09-08
ipv4: accept u8 in IP_TOS ancillary data
Eric Dumazet
1
-2
/
+5
2016-09-08
tcp: use an RB tree for ooo receive queue
Yaogong Wang
5
-144
/
+212
2016-09-08
openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes
Eric Garver
5
-124
/
+282
2016-09-08
net: inet: diag: expose the socket mark to privileged processes.
Lorenzo Colitti
3
-26
/
+53
2016-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-105
/
+167
2016-09-08
rxrpc: Rewrite the data and ack handling code
David Howells
21
-3286
/
+1983
2016-09-08
rxrpc: Preallocate peers, conns and calls for incoming service requests
David Howells
8
-10
/
+315
2016-09-08
rxrpc: Add tracepoints to record received packets and end of data_ready
David Howells
1
-2
/
+6
2016-09-08
rxrpc: Remove skb_count from struct rxrpc_call
David Howells
2
-23
/
+12
2016-09-08
rxrpc: Convert rxrpc_local::services to an hlist
David Howells
5
-11
/
+11
2016-09-08
rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values
David Howells
1
-11
/
+13
2016-09-07
net: xfrm: Change u32 sysctl entries to use proc_douintvec
subashab@codeaurora.org
1
-2
/
+2
2016-09-07
net: diag: make udp_diag_destroy work for mapped addresses.
Lorenzo Colitti
1
-2
/
+2
2016-09-07
netlink: don't forget to release a rhashtable_iter structure
Andrey Vagin
1
-1
/
+0
2016-09-07
rxrpc: Add tracepoint for working out where aborts happen
David Howells
8
-90
/
+91
2016-09-07
rxrpc: Fix returns of call completion helpers
David Howells
1
-5
/
+8
2016-09-07
rxrpc: Calls shouldn't hold socket refs
David Howells
11
-279
/
+303
2016-09-07
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
David Howells
1
-2
/
+2
2016-09-07
rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()
David Howells
1
-3
/
+4
2016-09-07
rxrpc: Cache the security index in the rxrpc_call struct
David Howells
5
-2
/
+7
2016-09-07
rxrpc: Use call->peer rather than call->conn->params.peer
David Howells
1
-3
/
+5
2016-09-07
rxrpc: Improve the call tracking tracepoint
David Howells
9
-43
/
+76
2016-09-07
rxrpc: Delete unused rxrpc_kernel_free_skb()
David Howells
1
-13
/
+0
2016-09-07
rxrpc: Whitespace cleanup
David Howells
1
-2
/
+1
2016-09-06
Merge tag 'rxrpc-rewrite-20160904-2' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
5
-640
/
+660
2016-09-06
Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
4
-31
/
+23
2016-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
36
-1554
/
+1196
2016-09-04
rxrpc Move enum rxrpc_command to sendmsg.c
David Howells
2
-7
/
+7
2016-09-04
rxrpc: Rearrange net/rxrpc/sendmsg.c
David Howells
1
-281
/
+277
2016-09-04
rxrpc: Split sendmsg from packet transmission code
David Howells
5
-633
/
+657
[next]