index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockopt
Xin Long
2019-03-18
1
-0
/
+3
*
sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...
Marcelo Ricardo Leitner
2019-03-18
1
-0
/
+3
*
sctp: not copy sctp_sock pd_lobby in sctp_copy_descendant
Xin Long
2019-03-18
1
-2
/
+1
*
af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL
Yoshiki Komachi
2019-03-18
1
-1
/
+2
*
packets: Always register packet sk in the same order
Maxime Chevallier
2019-03-18
1
-1
/
+1
*
net: rose: fix a possible stack overflow
Eric Dumazet
2019-03-18
1
-9
/
+12
*
tipc: allow service ranges to be connect()'ed on RDM/DGRAM
Erik Hugne
2019-03-17
1
-5
/
+15
*
net: tipc: fix a missing check for nla_nest_start
Kangjie Lu
2019-03-16
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-03-16
2
-23
/
+23
|
\
|
*
xsk: fix umem memory leak on cleanup
Björn Töpel
2019-03-16
1
-18
/
+1
|
*
bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helper
Martin KaFai Lau
2019-03-13
1
-0
/
+21
|
*
bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
Martin KaFai Lau
2019-03-13
1
-5
/
+1
*
|
net: tipc: fix a missing check of nla_nest_start
Kangjie Lu
2019-03-16
1
-0
/
+3
*
|
net: ncsi: fix a missing check for nla_nest_start
Kangjie Lu
2019-03-16
1
-0
/
+4
*
|
net: openvswitch: fix missing checks for nla_nest_start
Kangjie Lu
2019-03-16
1
-0
/
+8
*
|
net: openvswitch: fix a NULL pointer dereference
Kangjie Lu
2019-03-16
1
-0
/
+4
*
|
net: add documentation to socket.c
Pedro Tammela
2019-03-15
1
-18
/
+259
*
|
net: strparser: fix a missing check for create_singlethread_workqueue
Kangjie Lu
2019-03-15
1
-0
/
+2
*
|
sch_cake: Interpret fwmark parameter as a bitmask
Toke Høiland-Jørgensen
2019-03-15
1
-13
/
+12
*
|
appletalk: Fix potential NULL pointer dereference in unregister_snap_client
YueHaibing
2019-03-15
2
-11
/
+24
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-03-14
13
-66
/
+134
|
\
\
|
*
|
l2tp: fix infoleak in l2tp_ip6_recvmsg()
Eric Dumazet
2019-03-13
1
-3
/
+1
|
*
|
net/tls: Inform user space about send buffer availability
Vakul Garg
2019-03-13
2
-4
/
+2
|
*
|
net_sched: return correct value for *notify* functions
Zhike Wang
2019-03-13
2
-13
/
+34
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2019-03-11
5
-36
/
+92
|
|
\
\
|
|
*
|
netfilter: nf_tables: return immediately on empty commit
Florian Westphal
2019-03-11
1
-0
/
+5
|
|
*
|
netfilter: nf_tables: use-after-free in dynamic operations
Pablo Neira Ayuso
2019-03-11
1
-1
/
+3
|
|
*
|
netfilter: nf_tables: bogus EBUSY when deleting set after flush
Pablo Neira Ayuso
2019-03-11
4
-13
/
+54
[next]