index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
1
-2
/
+9
2018-05-17
vlan: Add extack messages for link create
David Ahern
3
-15
/
+44
2018-05-17
net: test tailroom before appending to linear skb
Willem de Bruijn
2
-2
/
+4
2018-05-17
net: ip6_gre: Fix ip6erspan hlen calculation
Petr Machata
1
-9
/
+65
2018-05-17
net: ip6_gre: Split up ip6gre_changelink()
Petr Machata
1
-9
/
+24
2018-05-17
net: ip6_gre: Split up ip6gre_newlink()
Petr Machata
1
-6
/
+18
2018-05-17
net: ip6_gre: Split up ip6gre_tnl_change()
Petr Machata
1
-2
/
+8
2018-05-17
net: ip6_gre: Split up ip6gre_tnl_link_config()
Petr Machata
1
-12
/
+26
2018-05-17
net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
Petr Machata
1
-1
/
+1
2018-05-17
net: ip6_gre: Request headroom in __gre6_xmit()
Petr Machata
1
-0
/
+3
2018-05-17
net/ncsi: prevent a couple array underflows
Dan Carpenter
1
-2
/
+3
2018-05-17
net/smc: init conn.tx_work & conn.send_lock sooner
Eric Dumazet
3
-3
/
+4
2018-05-17
erspan: fix invalid erspan version.
William Tu
2
-2
/
+7
2018-05-17
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
1
-4
/
+8
2018-05-17
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
2
-7
/
+12
2018-05-17
tcp: separate loss marking and state update on RTO
Yuchung Cheng
1
-2
/
+2
2018-05-17
tcp: new helper tcp_timeout_mark_lost
Yuchung Cheng
1
-21
/
+29
2018-05-17
tcp: account lost retransmit after timeout
Yuchung Cheng
2
-17
/
+5
2018-05-17
tcp: simpler NewReno implementation
Yuchung Cheng
2
-8
/
+38
2018-05-17
tcp: disable RFC6675 loss detection
Yuchung Cheng
1
-4
/
+8
2018-05-17
tcp: support DUPACK threshold in RACK
Yuchung Cheng
1
-13
/
+27
2018-05-17
net/ipv4: Initialize proto and ports in flow struct
David Ahern
3
-3
/
+14
2018-05-17
tls: don't use stack memory in a scatterlist
Matt Mullins
1
-5
/
+4
2018-05-17
pfifo_fast: drop unneeded additional lock on dequeue
Paolo Abeni
1
-2
/
+2
2018-05-17
sched: replace __QDISC_STATE_RUNNING bit with a spin lock
Paolo Abeni
1
-0
/
+11
2018-05-17
netfilter: nft_hash: add map lookups for hashing operations
Laura Garcia Liebana
1
-1
/
+130
2018-05-17
netfilter: nft_numgen: add map lookups for numgen random operations
Laura Garcia Liebana
1
-4
/
+72
2018-05-17
netfilter: nf_tables: remove old nf_log based tracing
Florian Westphal
1
-22
/
+7
2018-05-17
netfilter: ebtables: handle string from userspace with care
Paolo Abeni
1
-1
/
+2
2018-05-17
netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
Taehee Yoo
1
-8
/
+12
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-87
/
+550
2018-05-16
net/sched: fix refcnt leak in the error path of tcf_vlan_init()
Davide Caratti
1
-0
/
+2
2018-05-16
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
2
-23
/
+10
2018-05-16
tcp: purge write queue in tcp_connect_init()
Eric Dumazet
1
-2
/
+5
2018-05-16
net/smc: check for pending termination
Karsten Graul
3
-3
/
+7
2018-05-16
net/smc: drop messages when link state is inactive
Karsten Graul
1
-0
/
+2
2018-05-16
net/smc: set link inactive before calling smc_lgr_free()
Karsten Graul
2
-1
/
+5
2018-05-16
net/smc: handle all error codes from smc_conn_create()
Karsten Graul
1
-0
/
+2
2018-05-16
net/smc: use a workqueue to defer llc send
Karsten Graul
4
-43
/
+104
2018-05-16
net/smc: move link llc initialization to llc layer
Karsten Graul
3
-6
/
+12
2018-05-16
net/smc: simplify test_link function usage
Karsten Graul
2
-9
/
+5
2018-05-16
net/smc: remove unnecessary cast
Karsten Graul
1
-3
/
+3
2018-05-16
net/smc: register new rmbs with the peer
Karsten Graul
5
-8
/
+64
2018-05-16
net/smc: no tx work trigger for fallback sockets
Ursula Braun
1
-2
/
+2
2018-05-16
isdn: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-13
/
+1
2018-05-16
atm: switch to proc_create_seq_private
Christoph Hellwig
1
-59
/
+13
2018-05-16
atm: simplify procfs code
Christoph Hellwig
1
-58
/
+7
2018-05-16
bluetooth: switch to proc_create_seq_data
Christoph Hellwig
1
-35
/
+5
2018-05-16
netfilter/x_tables: switch to proc_create_seq_private
Christoph Hellwig
1
-36
/
+6
2018-05-16
netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
Christoph Hellwig
1
-74
/
+18
[prev]
[next]