index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
xprtrdma: Fix double-free in rpcrdma_ep_create()
Chuck Lever
2020-07-13
1
-5
/
+2
|
|
/
*
|
l2tp: WARN_ON rather than BUG_ON in l2tp_session_free
Tom Parkin
2020-07-25
1
-1
/
+3
*
|
l2tp: remove BUG_ON refcount value in l2tp_session_free
Tom Parkin
2020-07-25
1
-2
/
+0
*
|
l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge
Tom Parkin
2020-07-25
1
-3
/
+4
*
|
l2tp: don't BUG_ON seqfile checks in l2tp_ppp
Tom Parkin
2020-07-25
1
-1
/
+5
*
|
l2tp: don't BUG_ON session magic checks in l2tp_ppp
Tom Parkin
2020-07-25
1
-3
/
+7
*
|
l2tp: remove BUG_ON in l2tp_tunnel_closeall
Tom Parkin
2020-07-25
1
-2
/
+0
*
|
l2tp: remove BUG_ON in l2tp_session_queue_purge
Tom Parkin
2020-07-25
1
-1
/
+0
*
|
l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start
Tom Parkin
2020-07-25
1
-1
/
+4
*
|
l2tp: avoid multiple assignments
Tom Parkin
2020-07-25
3
-9
/
+15
*
|
icmp6: support rfc 4884
Willem de Bruijn
2020-07-25
3
-0
/
+29
*
|
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
2020-07-25
2
-14
/
+17
*
|
icmp: revise rfc4884 tests
Willem de Bruijn
2020-07-25
1
-6
/
+2
*
|
sctp: remove redundant initialization of variable status
Colin Ian King
2020-07-25
1
-6
/
+6
*
|
net: openvswitch: fixes potential deadlock in dp cleanup code
Eelco Chaudron
2020-07-25
2
-14
/
+13
*
|
sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing
Christoph Hellwig
2020-07-25
1
-21
/
+29
*
|
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
2020-07-25
2
-7
/
+13
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-25
51
-234
/
+218
*
|
net/tcp: switch do_tcp_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
1
-18
/
+16
*
|
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
2020-07-25
3
-5
/
+6
*
|
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
2
-4
/
+6
*
|
net/ipv6: switch do_ipv6_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
1
-33
/
+33
*
|
net/ipv6: factor out a ipv6_set_opt_hdr helper
Christoph Hellwig
2020-07-25
1
-75
/
+75
*
|
net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
Christoph Hellwig
2020-07-25
2
-8
/
+10
*
|
net/ipv6: split up ipv6_flowlabel_opt
Christoph Hellwig
2020-07-25
1
-143
/
+166
*
|
net/ipv6: switch ip6_mroute_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
2
-9
/
+11
*
|
net/ipv4: switch do_ip_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
1
-35
/
+33
*
|
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
2020-07-25
2
-35
/
+15
*
|
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
2
-8
/
+9
*
|
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
2020-07-25
3
-8
/
+9
*
|
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
2020-07-25
9
-64
/
+64
*
|
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-25
4
-21
/
+19
*
|
netfilter: remove the unused user argument to do_update_counters
Christoph Hellwig
2020-07-25
1
-5
/
+4
*
|
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
2020-07-25
3
-5
/
+7
*
|
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
2020-07-25
3
-17
/
+18
*
|
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
2020-07-25
1
-6
/
+9
*
|
net: switch sock_setbindtodevice to sockptr_t
Christoph Hellwig
2020-07-25
1
-4
/
+3
*
|
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
2020-07-25
3
-7
/
+9
*
|
bpfilter: reject kernel addresses
Christoph Hellwig
2020-07-25
1
-0
/
+4
*
|
net/bpfilter: split __bpfilter_process_sockopt
Christoph Hellwig
2020-07-25
1
-24
/
+27
*
|
bpfilter: fix up a sparse annotation
Christoph Hellwig
2020-07-25
1
-1
/
+1
*
|
net/sched: cls_flower: Add hash info to flow classification
Ariel Levkovich
2020-07-25
1
-0
/
+16
*
|
net/flow_dissector: add packet hash dissection
Ariel Levkovich
2020-07-25
1
-0
/
+17
*
|
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
2020-07-24
2
-17
/
+0
*
|
l2tp: cleanup kzalloc calls
Tom Parkin
2020-07-23
1
-2
/
+2
*
|
l2tp: cleanup netlink tunnel create address handling
Tom Parkin
2020-07-23
1
-24
/
+33
*
|
l2tp: cleanup netlink send of tunnel address information
Tom Parkin
2020-07-23
1
-56
/
+70
*
|
l2tp: check socket address type in l2tp_dfs_seq_tunnel_show
Tom Parkin
2020-07-23
1
-3
/
+5
*
|
l2tp: cleanup unnecessary braces in if statements
Tom Parkin
2020-07-23
2
-17
/
+12
*
|
l2tp: cleanup comparisons to NULL
Tom Parkin
2020-07-23
6
-48
/
+47
[prev]
[next]