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
*
net: sched: flower: set unlocked flag for flower proto ops
Vlad Buslov
2019-03-21
1
-2
/
+1
*
net: sched: flower: track rtnl lock state
Vlad Buslov
2019-03-21
1
-26
/
+56
*
net: sched: flower: protect flower classifier state with spinlock
Vlad Buslov
2019-03-21
1
-7
/
+32
*
net: sched: flower: handle concurrent tcf proto deletion
Vlad Buslov
2019-03-21
1
-0
/
+8
*
net: sched: flower: handle concurrent filter insertion in fl_change
Vlad Buslov
2019-03-21
1
-0
/
+9
*
net: sched: flower: protect masks list with spinlock
Vlad Buslov
2019-03-21
1
-0
/
+8
*
net: sched: flower: handle concurrent mask insertion
Vlad Buslov
2019-03-21
1
-7
/
+34
*
net: sched: flower: add reference counter to flower mask
Vlad Buslov
2019-03-21
1
-5
/
+17
*
net: sched: flower: track filter deletion with flag
Vlad Buslov
2019-03-21
1
-10
/
+29
*
net: sched: flower: introduce reference counting for filters
Vlad Buslov
2019-03-21
1
-14
/
+82
*
net: sched: flower: refactor fl_change
Vlad Buslov
2019-03-21
1
-39
/
+41
*
net: sched: flower: don't check for rtnl on head dereference
Vlad Buslov
2019-03-21
1
-7
/
+17
*
net: dst: remove gc leftovers
Julian Wiedmann
2019-03-21
2
-18
/
+1
*
ipv6: Remove fallback argument from ip6_hold_safe
David Ahern
2019-03-21
1
-7
/
+6
*
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
2019-03-21
2
-6
/
+17
*
ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
David Ahern
2019-03-21
1
-26
/
+16
*
ipv6: Move setting default metric for routes
David Ahern
2019-03-21
1
-4
/
+4
*
net/tls: Replace kfree_skb() with consume_skb()
Vakul Garg
2019-03-21
1
-3
/
+3
*
tipc: fix a null pointer deref
Hoang Le
2019-03-21
3
-3
/
+6
*
tipc: fix use-after-free in tipc_sk_filter_rcv
Hoang Le
2019-03-21
1
-1
/
+2
*
ipv6: Add icmp_echo_ignore_anycast for ICMPv6
Stephen Suryaputra
2019-03-21
2
-2
/
+15
*
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-03-20
3
-12
/
+6
*
packet: rework packet_pick_tx_queue() to use common code selection
Paolo Abeni
2019-03-20
2
-10
/
+10
*
net: dev: rename queue selection helpers.
Paolo Abeni
2019-03-20
3
-11
/
+11
*
net: bridge: use eth_broadcast_addr() to assign broadcast address
Mao Wenan
2019-03-20
1
-1
/
+1
*
net/tls: Add support of AES128-CCM based ciphers
Vakul Garg
2019-03-20
2
-29
/
+69
*
ipv6: Add icmp_echo_ignore_multicast support for ICMPv6
Stephen Suryaputra
2019-03-19
2
-0
/
+13
*
tcp: free request sock directly upon TFO or syncookies error
Guillaume Nault
2019-03-19
2
-12
/
+10
*
datagram: Make __skb_datagram_iter static
YueHaibing
2019-03-19
1
-4
/
+4
*
tcp: add tcp_inet6_sk() helper
Eric Dumazet
2019-03-19
1
-18
/
+26
*
tipc: smooth change between replicast and broadcast
Hoang Le
2019-03-19
4
-1
/
+184
*
tipc: introduce new capability flag for cluster
Hoang Le
2019-03-19
4
-2
/
+27
*
tipc: support broadcast/replicast configurable for bc-link
Hoang Le
2019-03-19
4
-5
/
+118
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockopt
Xin Long
2019-03-19
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...
Marcelo Ricardo Leitner
2019-03-19
1
-0
/
+3
*
sctp: not copy sctp_sock pd_lobby in sctp_copy_descendant
Xin Long
2019-03-19
1
-2
/
+1
*
af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL
Yoshiki Komachi
2019-03-19
1
-1
/
+2
*
packets: Always register packet sk in the same order
Maxime Chevallier
2019-03-19
1
-1
/
+1
*
net: rose: fix a possible stack overflow
Eric Dumazet
2019-03-19
1
-9
/
+12
[next]