index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-21
net: minor cleanup in skb_ext_add()
Paolo Abeni
1
-5
/
+2
2018-12-21
net: fix possible user-after-free in skb_ext_add()
Paolo Abeni
1
-2
/
+2
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
40
-1659
/
+1125
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-42
/
+99
2018-12-20
ppp: Move PFC decompression to PPP generic layer
Sam Protsenko
1
-4
/
+0
2018-12-20
net: ipv4: Set skb->dev for output route resolution
Ido Schimmel
1
-0
/
+1
2018-12-20
neighbour: remove stray semicolon
Colin Ian King
1
-1
/
+1
2018-12-21
netfilter: conntrack: remove empty pernet fini stubs
Florian Westphal
5
-42
/
+10
2018-12-21
netfilter: conntrack: merge ecache and timestamp sysctl tables with main one
Florian Westphal
3
-128
/
+35
2018-12-21
netfilter: conntrack: merge acct and helper sysctl table with main one
Florian Westphal
3
-128
/
+22
2018-12-21
netfilter: conntrack: add mnemonics for sysctl table
Florian Westphal
1
-11
/
+20
2018-12-21
netfilter: conntrack: un-export seq_print_acct
Florian Westphal
2
-19
/
+18
2018-12-21
netfilter: conntrack: register sysctl table for gre
Yafang Shao
1
-1
/
+41
2018-12-21
netfilter: conntrack: udp: set stream timeout to 2 minutes
Florian Westphal
1
-1
/
+1
2018-12-21
netfilter: conntrack: udp: only extend timeout to stream mode after 2s
Florian Westphal
1
-3
/
+13
2018-12-20
bpf: tls_sw, init TLS ULP removes BPF proto hooks
John Fastabend
1
-2
/
+12
2018-12-20
bpf: sk_msg, sock{map|hash} redirect through ULP
John Fastabend
2
-14
/
+42
2018-12-20
bpf: sk_msg, zap ingress queue on psock down
John Fastabend
1
-0
/
+1
2018-12-20
bpf: sk_msg, fix socket data_ready events
John Fastabend
2
-4
/
+4
2018-12-20
bpf: skb_verdict, support SK_PASS on RX BPF path
John Fastabend
1
-0
/
+16
2018-12-20
bpf: skmsg, replace comments with BUILD bug
John Fastabend
1
-0
/
+3
2018-12-20
bpf: sk_msg, improve offset chk in _is_valid_access
John Fastabend
1
-7
/
+14
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
47
-202
/
+381
2018-12-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-3
/
+3
2018-12-19
neighbor: Use nda_policy for validating attributes in adds and dump requests
David Ahern
1
-17
/
+5
2018-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
44
-165
/
+372
2018-12-19
rds: Fix warning.
David S. Miller
1
-1
/
+3
2018-12-19
neighbor: NTF_PROXY is a valid ndm_flag for a dump request
David Ahern
1
-1
/
+6
2018-12-19
neighbor: Initialize protocol when new pneigh_entry are created
David Ahern
1
-0
/
+1
2018-12-19
net/sched: cls_flower: Remove old entries from rhashtable
Roi Dayan
1
-4
/
+3
2018-12-19
net/tls: allocate tls context using GFP_ATOMIC
Ganesh Goudar
1
-1
/
+1
2018-12-19
gro_cell: add napi_disable in gro_cells_destroy
Lorenzo Bianconi
1
-0
/
+1
2018-12-19
neighbour: register rtnl doit handler
Roopa Prabhu
2
-23
/
+193
2018-12-19
xsk: simplify AF_XDP socket teardown
Björn Töpel
1
-15
/
+1
2018-12-19
ipv6: explicitly initialize udp6_addr in udp_sock_create6()
Cong Wang
1
-1
/
+2
2018-12-19
tipc: fix uninitialized value for broadcast retransmission
Hoang Le
1
-0
/
+8
2018-12-19
tipc: add trace_events for tipc bearer
Tuong Lien
2
-0
/
+45
2018-12-19
tipc: add trace_events for tipc node
Tuong Lien
2
-0
/
+24
2018-12-19
tipc: add trace_events for tipc socket
Tuong Lien
5
-9
/
+176
2018-12-19
tipc: add trace_events for tipc link
Tuong Lien
4
-2
/
+164
2018-12-19
tipc: enable tracepoints in tipc
Tuong Lien
11
-5
/
+716
2018-12-19
net: switch secpath to use skb extension infrastructure
Florian Westphal
2
-54
/
+49
2018-12-19
xfrm: prefer secpath_set over secpath_dup
Florian Westphal
2
-5
/
+3
2018-12-19
xfrm: use secpath_exist where applicable
Florian Westphal
1
-1
/
+1
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
10
-26
/
+45
2018-12-19
net: move secpath_exist helper to sk_buff.h
Florian Westphal
1
-1
/
+1
2018-12-19
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
4
-19
/
+25
2018-12-19
net: convert bridge_nf to use skb extension infrastructure
Florian Westphal
4
-23
/
+5
2018-12-19
sk_buff: add skb extension infrastructure
Florian Westphal
4
-0
/
+160
2018-12-19
netfilter: avoid using skb->nf_bridge directly
Florian Westphal
7
-51
/
+79
[next]