summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-30Merge branch 'fix-sockmap-flow_dissector-uapi'Alexei Starovoitov8-25/+103
2020-06-30selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer1-2/+2
2020-06-30selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer1-6/+6
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer4-8/+70
2020-06-30bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer1-0/+3
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer3-9/+19
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer1-0/+3
2020-06-30Merge branch 'bpf-multi-prog-prep'Alexei Starovoitov5-76/+160
2020-06-30selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki1-4/+28
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2-20/+24
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki3-48/+96
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki3-14/+22
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet4-5/+5
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko1-10/+8
2020-06-30xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig1-47/+3
2020-06-30xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig1-1/+0
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2-6/+5
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig5-0/+30
2020-06-30genetlink: get rid of family->attrbufCong Wang2-37/+13
2020-06-30Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller6-16/+56
2020-06-29llc: make sure applications use ARPHRD_ETHEREric Dumazet1-3/+7
2020-06-29net: explain the lockdep annotations for dev_uc_unsync()Cong Wang1-0/+10
2020-06-29net: get rid of lockdep_set_class_and_subclass()Cong Wang3-11/+8
2020-06-29lib: packing: add documentation for pbuflen argumentVladimir Oltean1-0/+1
2020-06-29bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur3-3/+3
2020-06-28Merge branch 'fix-sockmap'Alexei Starovoitov3-9/+40
2020-06-28bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend2-1/+25
2020-06-28bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend1-1/+9
2020-06-28bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend1-7/+6
2020-06-28net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin1-1/+1
2020-06-27enetc: Fix tx rings bitmap iteration range, irq handlingClaudiu Manoil1-2/+2
2020-06-26ionic: update the queue count on openShannon Nelson1-0/+8
2020-06-26nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLORLuca Coelho1-1/+1
2020-06-26nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho1-1/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds223-1156/+1973
2020-06-26rds: transport module should be auto loaded when transport is setRao Shoaib2-10/+20
2020-06-26Merge branch 'sched-A-couple-of-fixes-for-sch_cake'David S. Miller1-17/+41
2020-06-26sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-26sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-26sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-26ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-26Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-6/+27
2020-06-26Merge branch 'napi_gro_receive-caller-return-value-cleanups'David S. Miller4-39/+17
2020-06-26wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-26wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-8/+2
2020-06-26vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-26sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner4-5/+12
2020-06-26tc-testing: avoid action cookies with odd length.Briana Oursler3-7/+7