summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-20netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2-4/+13
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-20tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-20netlabel: cope with NULL catmapPaolo Abeni3-3/+12
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-20net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-05-14netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-05-14netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+2
2020-05-14batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang1-1/+1
2020-05-14batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang1-1/+1
2020-05-14batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang1-0/+1
2020-05-14batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-05-14sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-05-14tipc: fix partial topology connection closureTuong Lien1-2/+3
2020-05-14sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-14sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-14net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet1-0/+3
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-05-10cgroup, netclassid: remove double cond_reschedJiri Slaby1-3/+1
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2-41/+12
2020-04-29xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2-4/+0
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet1-3/+4
2020-04-29net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang1-1/+3
2020-04-29net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang1-0/+1
2020-04-29ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby1-7/+6
2020-04-29net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca4-13/+16
2020-04-29net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca10-18/+18
2020-04-29vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2-19/+10
2020-04-23xsk: Add missing check on user supplied headroom sizeMagnus Karlsson1-3/+2
2020-04-23netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso1-2/+2
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-21net: qrtr: send msgs from local of same id as broadcastWang Wenhu1-3/+4
2020-04-21net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-04-21hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
2020-04-13ipv6: don't auto-add link-local address to lag portsJarod Wilson1-0/+4
2020-04-13net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-04-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-04-13sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2-15/+33