summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-03-25batman-adv: Make sysfs support optionalSven Eckelmann
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner
2019-03-18sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long
2019-03-18af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier
2019-03-18net: rose: fix a possible stack overflowEric Dumazet
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-16net: tipc: fix a missing check of nla_nest_startKangjie Lu
2019-03-16net: ncsi: fix a missing check for nla_nest_startKangjie Lu
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel
2019-03-15net: add documentation to socket.cPedro Tammela
2019-03-15net: strparser: fix a missing check for create_singlethread_workqueueKangjie Lu
2019-03-15sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen
2019-03-15appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-13l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-03-12Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-03-12sctp: convert to genradixKent Overstreet
2019-03-12openvswitch: convert to kvmallocKent Overstreet
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-03-11net/x25: reset state in x25_connect()Eric Dumazet
2019-03-11tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch
2019-03-11netfilter: nf_tables: return immediately on empty commitFlorian Westphal
2019-03-11net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-11netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso