summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-21netfilter: ebtables: fix a memory leak bug in compatWenwen Wang
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov
2019-07-21tipc: Fix a typoChristophe JAILLET
2019-07-20mac80211: don't warn about CW params when not using themBrian Norris
2019-07-20mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-19netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-18ipv6: Unlink sibling route in case of failureIdo Schimmel
2019-07-18netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGEPablo Neira Ayuso
2019-07-18netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso
2019-07-18netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun
2019-07-18SUNRPC: Optimise transport balancing codeTrond Myklebust
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-18netfilter: nf_tables: Support auto-loading for inet natPhil Sutter
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust
2019-07-17ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern
2019-07-17tipc: initialize 'validated' field of received packetsJon Maloy
2019-07-17fib: relax source validation check for loopback packetsCong Wang
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-07-17net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch
2019-07-17net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch
2019-07-17net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch
2019-07-17net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch
2019-07-17net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch
2019-07-17net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch
2019-07-17net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel