summaryrefslogtreecommitdiffstats
path: root/fs/udf/ecma_167.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-11libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon1-75/+28
2019-06-11tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon1-0/+18
2019-06-11bpf/tools: sync bpf.hJonathan Lemon1-0/+4
2019-06-11bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon7-19/+85
2019-06-07bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin1-0/+4
2019-06-06samples: bpf: print a warning about headers_installJakub Kicinski1-0/+9
2019-06-04bpf: remove redundant assignment to errColin Ian King2-2/+2
2019-06-04bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Colin Ian King1-1/+1
2019-06-01selftests/bpf: measure RTT from xdp using xdpingAlan Maguire6-2/+558
2019-06-01bpf: doc: update answer for 32-bit subregister questionJiong Wang1-5/+25
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin14-67/+20
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin14-88/+112
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin14-31/+36
2019-06-01bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-06-01bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin1-2/+9
2019-06-01bpf: Add more stats to HBMbrakmo4-10/+117
2019-06-01bpf: Add cn support to hbm_out_kern.cbrakmo4-12/+45
2019-06-01bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2-20/+40
2019-06-01bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo1-5/+20
2019-06-01bpf: cgroup inet skb programs can return 0 to 3brakmo3-4/+27
2019-06-01bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAYbrakmo1-0/+50
2019-05-31xen-netback: remove redundant assignment to errColin Ian King1-1/+1
2019-05-31nexthop: remove redundant assignment to errColin Ian King1-1/+1
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King3-13/+6
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King3-2/+24
2019-05-31net: phy: allow Clause 45 access via mii ioctlRussell King1-9/+24
2019-05-31net: phylink: support for link gpio interruptRussell King1-4/+32
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King1-8/+4
2019-05-31netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso2-1/+3
2019-05-31iavf: update comments and file checks to match iavfAlice Michael4-7/+7
2019-05-31iavf: rename i40e_device to iavf_deviceAlice Michael2-12/+12
2019-05-31iavf: change remaining i40e defines to be iavfAlice Michael3-51/+51
2019-05-31iavf: rename iavf_client.h defines to match driver nameAlice Michael3-95/+95
2019-05-31iavf: rename iavf_status structure flagsAlice Michael7-245/+245
2019-05-31iavf: replace i40e variables with iavfAlice Michael10-533/+531
2019-05-31iavf: rename i40e functions to be iavfAlice Michael2-5/+5
2019-05-31iavf: change iavf_status_code to iavf_statusSergey Nemov10-113/+121
2019-05-31iavf: Rename i40e_adminq* files to iavf_adminq*Alice Michael6-5/+5
2019-05-31iavf: iavf_client: use struct_size() helperGustavo A. R. Silva1-4/+3
2019-05-31iavf: use struct_size() in kzalloc()Gustavo A. R. Silva1-5/+4
2019-05-31iavf: Limiting RSS queues to CPUsAleksandr Loktionov1-1/+1
2019-05-31iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor1-1/+1
2019-05-31net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn3-5/+9
2019-05-31net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant1-4/+0
2019-05-31ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier1-2/+6
2019-05-31net: phy: export phy_queue_state_machineHeiner Kallweit2-4/+6
2019-05-31net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2-2/+10
2019-05-31net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit3-15/+24
2019-05-31qed: Fix static checker warningMichal Kalderon1-12/+12
2019-05-30net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei1-23/+66