aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-01hinic: fix passing non negative value to ERR_PTRLuo bin1-0/+2
2020-06-30net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter1-1/+5
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2-2/+8
2020-06-30net: qrtr: free flow in __qrtr_node_releaseCarl Huang1-1/+3
2020-06-30net: cxgb4: fix return error value in t4_prep_fwLi Heng1-4/+4
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song4-2/+63
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song1-2/+1
2020-06-30net: ipa: introduce ipa_cmd_tag_process()Alex Elder3-0/+25
2020-06-30net: ipa: no checksum offload for SDM845 LAN RXAlex Elder1-1/+0
2020-06-30net: ipa: always check for stopped channelAlex Elder1-9/+7
2020-06-30net: mvneta: fix use of state->speedRussell King1-1/+1
2020-06-30net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+2
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2-0/+2
2020-06-30tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+2
2020-06-30wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld2-18/+3
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2-0/+2
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2-0/+21
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki1-7/+3
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-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-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-29genetlink: get rid of family->attrbufCong Wang2-37/+13
2020-06-28llc: make sure applications use ARPHRD_ETHEREric Dumazet1-3/+7
2020-06-28net: explain the lockdep annotations for dev_uc_unsync()Cong Wang1-0/+10
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang3-11/+8
2020-06-28lib: packing: add documentation for pbuflen argumentVladimir Oltean1-0/+1
2020-06-28bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur3-3/+3
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-27net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin1-1/+1
2020-06-26enetc: 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-25rds: transport module should be auto loaded when transport is setRao Shoaib2-10/+20