summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-176/+278
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz-13/+10
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio-21/+21
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet-11/+24
2018-12-07ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani-0/+1
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner-2/+21
2018-12-05sctp: frag_point sanity checkJakub Audykowicz-2/+7
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng-4/+7
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet-1/+4
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-19/+29
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree-8/+8
2018-12-05Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller-14/+33
2018-12-05SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust-7/+1
2018-12-05SUNRPC: Fix up socket pollingTrond Myklebust-2/+2
2018-12-05SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust-2/+3
2018-12-05SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust-1/+2
2018-12-05SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust-11/+11
2018-12-05SUNRPC: Fix RPC receive hangsTrond Myklebust-20/+19
2018-12-05cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen-0/+2
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach-0/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau-2/+2
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau-0/+2
2018-12-04rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet-0/+3
2018-12-03net/core: tidy up an error messageQian Cai-2/+2
2018-12-03sctp: kfree_rcu asocXin Long-1/+1
2018-12-02SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust-2/+9
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust-0/+3
2018-12-02SUNRPC: Fix leak of krb5p encode pagesChuck Lever-0/+4
2018-12-02SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust-0/+7
2018-12-01bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin-6/+15
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng-4/+4
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng-1/+1
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng-1/+1
2018-11-30net: dsa: Fix tagging attribute locationFlorian Fainelli-29/+33
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer-5/+6
2018-11-30net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti-12/+12
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann-8/+8
2018-11-30openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King-1/+1
2018-11-30sctp: update frag_point when stream_interleave is setXin Long-3/+7
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch-0/+3
2018-11-29net/x25: handle call collisionsMartin Schiller-0/+9
2018-11-29net/x25: fix null_x25_address handlingMartin Schiller-6/+10
2018-11-29net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller-1/+1
2018-11-29net: fix XPS static_key accountingSabrina Dubroca-21/+24
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca-7/+9
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-105/+157
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo-11/+4
2018-11-27tipc: fix lockdep warning during node deleteJon Maloy-2/+5
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long-0/+1
2018-11-27netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo-5/+2