summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-03net/core: tidy up an error messageQian Cai
2018-12-03sctp: kfree_rcu asocXin Long
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
2018-11-30net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann
2018-11-30openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King
2018-11-30sctp: update frag_point when stream_interleave is setXin Long
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-11-29net/x25: handle call collisionsMartin Schiller
2018-11-29net/x25: fix null_x25_address handlingMartin Schiller
2018-11-29net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller
2018-11-29net: fix XPS static_key accountingSabrina Dubroca
2018-11-29net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-11-27tipc: fix lockdep warning during node deleteJon Maloy
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long
2018-11-27netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo
2018-11-27netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-11-24net: always initialize pagedlenWillem de Bruijn
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-23Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni
2018-11-23net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu
2018-11-23packet: copy user buffers before orphan or cloneWillem de Bruijn
2018-11-21net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun
2018-11-21net/smc: atomic SMCD cursor handlingUrsula Braun
2018-11-21net/smc: add SMC-D shutdown signalHans Wippel