summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun-8/+22
2019-08-24net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend-8/+11
2019-08-24sock: fix potential memory leak in proto_register()zhanglin-10/+21
2019-08-24net/core/skmsg: Delete an unnecessary check before the function call “consu...Markus Elfring-2/+1
2019-08-24xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu-2/+2
2019-08-24ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu-1/+7
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei-1/+1
2019-08-24Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller-1/+1
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-6/+8
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich-4/+4
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki-1/+1
2019-08-23drop_monitor: Make timestamps y2038 safeIdo Schimmel-8/+6
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes-15/+27
2019-08-23ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca-8/+8
2019-08-23net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long-1/+3
2019-08-23batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann-6/+12
2019-08-23batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann-7/+13
2019-08-23Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds-5/+4
2019-08-22net/ncsi: update response packet length for GCPS/GNS/GNPTS commandsBen Wei-3/+3
2019-08-22net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com-2/+9
2019-08-22nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commandsMatthew Wang-0/+1
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King-1/+1
2019-08-22nexthops: remove redundant assignment to variable errColin Ian King-1/+1
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+2
2019-08-22libceph: fix PG split vs OSD (re)connect raceIlya Dryomov-5/+4
2019-08-21net: fix icmp_socket_deliver argument 2 inputLi RongQing-1/+1
2019-08-21ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu-1/+2
2019-08-21Merge tag 'batadv-net-for-davem-20190821' of git://git.open-mesh.org/linux-mergeDavid S. Miller-1/+1
2019-08-21xprtrdma: Optimize rpcrdma_post_recvs()Chuck Lever-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever-9/+12
2019-08-21xprtrdma: Fix bc_max_slots return valueChuck Lever-3/+1
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe-409/+673
2019-08-21xprtrdma: Clean up xprt_rdma_set_connect_timeout()Chuck Lever-4/+4
2019-08-21xprtrdma: Use an llist to manage free rpcrdma_repsChuck Lever-59/+53
2019-08-21xprtrdma: Remove rpcrdma_buffer::rb_mrlockChuck Lever-18/+16
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever-12/+33
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk-6/+30
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau-28/+225
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau-6/+14
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau-0/+15
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar-6/+240
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin-1/+2
2019-08-21mac80211: add assoc-at supportBen Greear-0/+5
2019-08-21cfg80211: Support assoc-at timer in sta-infoBen Greear-0/+1
2019-08-21cfg80211: apply same mandatory rate flags for 5GHz and 6GHzArend van Spriel-0/+1
2019-08-21cfg80211: ibss: use 11a mandatory rates for 6GHz band operationArend van Spriel-5/+11
2019-08-21cfg80211: use same IR permissive rules for 6GHz bandArend van Spriel-1/+2
2019-08-21cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entriesArend van Spriel-1/+3
2019-08-21cfg80211: extend ieee80211_operating_class_to_band() for 6GHzArend van Spriel-0/+3