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
2017-10-07
ipv6: replace dst_hold() with dst_hold_safe() in routing code
Wei Wang
2
-20
/
+54
2017-10-07
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
Wei Wang
1
-3
/
+0
2017-10-07
ipv6: grab rt->rt6i_ref before allocating pcpu rt
Wei Wang
1
-29
/
+29
2017-10-07
ipv6: hook up exception table to store dst cache
Wei Wang
3
-132
/
+72
2017-10-07
ipv6: prepare fib6_locate() for exception table
Wei Wang
3
-10
/
+27
2017-10-07
ipv6: prepare fib6_age() for exception table
Wei Wang
2
-17
/
+69
2017-10-07
ipv6: prepare rt6_clean_tohost() for exception table
Wei Wang
1
-1
/
+47
2017-10-07
ipv6: prepare rt6_mtu_change() for exception table
Wei Wang
1
-0
/
+40
2017-10-07
ipv6: prepare fib6_remove_prefsrc() for exception table
Wei Wang
1
-0
/
+29
2017-10-07
ipv6: introduce a hash table to store dst cache
Wei Wang
1
-0
/
+341
2017-10-07
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
1
-0
/
+14
2017-10-07
tcp: implement rb-tree based retransmit queue
Eric Dumazet
5
-144
/
+193
2017-10-07
tcp: pass previous skb to tcp_shifted_skb()
Eric Dumazet
1
-4
/
+5
2017-10-07
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
1
-2
/
+2
2017-10-07
tcp: tcp_mark_head_lost() optimization
Eric Dumazet
1
-4
/
+4
2017-10-07
tcp: tcp_tx_timestamp() cleanup
Eric Dumazet
1
-3
/
+5
2017-10-07
tcp: uninline tcp_write_queue_purge()
Eric Dumazet
1
-0
/
+14
2017-10-07
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
3
-36
/
+19
2017-10-06
Bluetooth: Fix compiler warning with selftest duration calculation
Marcel Holtmann
1
-1
/
+1
2017-10-06
Bluetooth: let the crypto subsystem generate the ecc privkey
Tudor Ambarus
4
-127
/
+146
2017-10-06
Bluetooth: ecdh_helper - fix leak of private key
Tudor Ambarus
1
-1
/
+1
2017-10-06
Bluetooth: selftest - check for errors when computing ZZ
Tudor Ambarus
1
-3
/
+8
2017-10-06
Bluetooth: ecdh_helper - reveal error codes
Tudor Ambarus
3
-24
/
+33
2017-10-06
Bluetooth: move ecdh allocation outside of ecdh_helper
Tudor Ambarus
4
-50
/
+87
2017-10-06
Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-merge
David S. Miller
18
-78
/
+78
2017-10-06
net/ipv6: Convert icmpv6_push_pending_frames to void
Joe Perches
2
-28
/
+20
2017-10-06
netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_user
Eric Dumazet
1
-2
/
+2
2017-10-06
netfilter: nf_tables: do not dump chain counters if not enabled
Pablo Neira Ayuso
1
-1
/
+1
2017-10-06
net/mac80211/mesh_plink: Convert timers to use timer_setup()
Kees Cook
4
-7
/
+10
2017-10-06
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
142
-1531
/
+3516
2017-10-05
net/ipv6: remove unused err variable on icmpv6_push_pending_frames
Tim Hansen
1
-2
/
+1
2017-10-05
net: ipv6: remove unused code in ipv6_find_hdr()
Lin Zhang
1
-3
/
+0
2017-10-05
tcp: a small refactor of RACK loss detection
Yuchung Cheng
1
-21
/
+17
2017-10-05
tcp: more efficient RACK loss detection
Yuchung Cheng
1
-15
/
+5
2017-10-05
tcp: new list for sent but unacked skbs for RACK recovery
Eric Dumazet
4
-13
/
+41
2017-10-05
RDS: IB: Initialize max_items based on underlying device attributes
Avinash Repaka
1
-2
/
+2
2017-10-05
RDS: IB: Limit the scope of has_fr/has_fmr variables
Avinash Repaka
2
-7
/
+6
2017-10-05
net/ipv4: Remove unused variable in route.c
Tim Hansen
1
-2
/
+1
2017-10-05
tcp: clean up TFO server's initial tcp_rearm_rto() call
Wei Wang
1
-12
/
+9
2017-10-05
tcp: uniform the set up of sockets after successful connection
Wei Wang
3
-24
/
+16
2017-10-05
VSOCK: add sock_diag interface
Stefan Hajnoczi
3
-0
/
+199
2017-10-05
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
7
-56
/
+64
2017-10-05
VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h
Stefan Hajnoczi
1
-10
/
+0
2017-10-05
VSOCK: export socket tables for sock_diag interface
Stefan Hajnoczi
1
-4
/
+6
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-154
/
+161
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
23
-137
/
+160
2017-10-05
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
4
-4
/
+4
2017-10-04
net: bridge: Pass extack to down to netdev_master_upper_dev_link
David Ahern
4
-7
/
+15
2017-10-04
net: Add extack to upper device linking
David Ahern
7
-13
/
+19
2017-10-04
net: Add extack to ndo_add_slave
David Ahern
3
-6
/
+10
[prev]
[next]