summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-03-20netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Taehee Yoo
2019-03-19mpls: Fix 6PE forwardingVinay K Nallamothu
2019-03-19dccp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-03-19tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-03-19nfc: Fix to check for kmemdup failureAditya Pakki
2019-03-19net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
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-18netfilter: nft_redir: fix module autoload with ip4Pablo Neira Ayuso
2019-03-18netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso
2019-03-18netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu
2019-03-18netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann
2019-03-18netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long
2019-03-18netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso
2019-03-18netfilter: nf_conntrack_sip: remove direct dependency on IPv6Alin Nastac
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu
2019-03-16Merge tag 'nfs-for-5.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
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-15SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust
2019-03-15SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust
2019-03-15SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust
2019-03-15SUNRPC: Use the ENOTCONN error on socket disconnectTrond Myklebust
2019-03-15SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust
2019-03-15SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust