index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
51
-234
/
+218
2020-07-24
net/tcp: switch do_tcp_setsockopt to sockptr_t
Christoph Hellwig
1
-18
/
+16
2020-07-24
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
3
-5
/
+6
2020-07-24
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
2
-4
/
+6
2020-07-24
net/ipv6: switch do_ipv6_setsockopt to sockptr_t
Christoph Hellwig
1
-33
/
+33
2020-07-24
net/ipv6: factor out a ipv6_set_opt_hdr helper
Christoph Hellwig
1
-75
/
+75
2020-07-24
net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
Christoph Hellwig
2
-8
/
+10
2020-07-24
net/ipv6: split up ipv6_flowlabel_opt
Christoph Hellwig
1
-143
/
+166
2020-07-24
net/ipv6: switch ip6_mroute_setsockopt to sockptr_t
Christoph Hellwig
2
-9
/
+11
2020-07-24
net/ipv4: switch do_ip_setsockopt to sockptr_t
Christoph Hellwig
1
-35
/
+33
2020-07-24
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
2
-35
/
+15
2020-07-24
net/ipv4: switch ip_mroute_setsockopt to sockptr_t
Christoph Hellwig
2
-8
/
+9
2020-07-24
bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
Christoph Hellwig
3
-8
/
+9
2020-07-24
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
9
-64
/
+64
2020-07-24
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
4
-21
/
+19
2020-07-24
netfilter: remove the unused user argument to do_update_counters
Christoph Hellwig
1
-5
/
+4
2020-07-24
net/xfrm: switch xfrm_user_policy to sockptr_t
Christoph Hellwig
3
-5
/
+7
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
3
-17
/
+18
2020-07-24
net: switch sock_set_timeout to sockptr_t
Christoph Hellwig
1
-6
/
+9
2020-07-24
net: switch sock_setbindtodevice to sockptr_t
Christoph Hellwig
1
-4
/
+3
2020-07-24
net: switch copy_bpf_fprog_from_user to sockptr_t
Christoph Hellwig
3
-7
/
+9
2020-07-24
bpfilter: reject kernel addresses
Christoph Hellwig
1
-0
/
+4
2020-07-24
net/bpfilter: split __bpfilter_process_sockopt
Christoph Hellwig
1
-24
/
+27
2020-07-24
bpfilter: fix up a sparse annotation
Christoph Hellwig
1
-1
/
+1
2020-07-24
net/sched: cls_flower: Add hash info to flow classification
Ariel Levkovich
1
-0
/
+16
2020-07-24
net/flow_dissector: add packet hash dissection
Ariel Levkovich
1
-0
/
+17
2020-07-23
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
2
-17
/
+0
2020-07-23
l2tp: cleanup kzalloc calls
Tom Parkin
1
-2
/
+2
2020-07-23
l2tp: cleanup netlink tunnel create address handling
Tom Parkin
1
-24
/
+33
2020-07-23
l2tp: cleanup netlink send of tunnel address information
Tom Parkin
1
-56
/
+70
2020-07-23
l2tp: check socket address type in l2tp_dfs_seq_tunnel_show
Tom Parkin
1
-3
/
+5
2020-07-23
l2tp: cleanup unnecessary braces in if statements
Tom Parkin
2
-17
/
+12
2020-07-23
l2tp: cleanup comparisons to NULL
Tom Parkin
6
-48
/
+47
2020-07-23
net/ncsi: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+1
2020-07-23
subflow: introduce and use mptcp_can_accept_new_subflow()
Paolo Abeni
1
-0
/
+7
2020-07-23
subflow: use rsk_ops->send_reset()
Paolo Abeni
1
-1
/
+1
2020-07-23
subflow: explicitly check for plain tcp rsk
Paolo Abeni
1
-1
/
+1
2020-07-23
mptcp: cleanup subflow_finish_connect()
Paolo Abeni
1
-31
/
+25
2020-07-23
mptcp: explicitly track the fully established status
Paolo Abeni
4
-9
/
+31
2020-07-23
mptcp: mark as fallback even early ones
Paolo Abeni
1
-2
/
+9
2020-07-23
mptcp: avoid data corruption on reinsert
Paolo Abeni
1
-1
/
+6
2020-07-23
subflow: always init 'rel_write_seq'
Paolo Abeni
2
-1
/
+1
2020-07-22
l2tp: avoid precidence issues in L2TP_SKB_CB macro
Tom Parkin
1
-1
/
+1
2020-07-22
l2tp: line-break long function prototypes
Tom Parkin
1
-2
/
+4
2020-07-22
l2tp: prefer seq_puts for unformatted output
Tom Parkin
1
-2
/
+2
2020-07-22
l2tp: prefer using BIT macro
Tom Parkin
1
-2
/
+2
2020-07-22
l2tp: add identifier name in function pointer prototype
Tom Parkin
1
-1
/
+1
2020-07-22
l2tp: cleanup suspect code indent
Tom Parkin
1
-2
/
+2
2020-07-22
l2tp: cleanup wonky alignment of line-broken function calls
Tom Parkin
3
-8
/
+8
2020-07-22
l2tp: cleanup difficult-to-read line breaks
Tom Parkin
2
-44
/
+31
[next]