summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-10-29SUNRPC: Simplify TCP receive codeTrond Myklebust
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust
2018-10-29SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust
2018-10-29SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust
2018-10-03SUNRPC: Refactor sunrpc_cache_lookupTrond Myklebust
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust
2018-10-03SUNRPC: Remove the server 'authtab_lock' and just use RCUTrond Myklebust
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov
2018-09-17Revert "kcm: remove any offset before parsing messages"David S. Miller
2018-09-17kcm: remove any offset before parsing messagesDominique Martinet
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-09-14net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti
2018-09-13socket: fix struct ifreq size in compat ioctlJohannes Berg
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-13tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-09-13net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang
2018-09-12rds: fix two RCU related problemsCong Wang
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-11Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-09net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-07net_sched: properly cancel netlink dump on failureCong Wang
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-09-05net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann
2018-09-05net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann
2018-09-05net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann