summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-12-14VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-12-14net/tls: Init routines in create_ctxAtul Gupta
2018-12-14tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang
2018-12-14tipc: fix a double kfree_skb()Cong Wang
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2018-12-14net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHKJakub Kicinski
2018-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-12-13netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal
2018-12-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-10sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet
2018-12-07ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani
2018-12-07netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-12-05sctp: frag_point sanity checkJakub Audykowicz
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-05Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-12-05SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust
2018-12-05SUNRPC: Fix up socket pollingTrond Myklebust
2018-12-05SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust
2018-12-05SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust
2018-12-05SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust
2018-12-05SUNRPC: Fix RPC receive hangsTrond Myklebust
2018-12-05cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau
2018-12-04rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo
2018-12-03net/core: tidy up an error messageQian Cai
2018-12-03sctp: kfree_rcu asocXin Long
2018-12-02SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust
2018-12-02SUNRPC: Fix leak of krb5p encode pagesChuck Lever
2018-12-02SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust
2018-12-01bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2018-11-30net: dsa: Fix tagging attribute locationFlorian Fainelli
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer