aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau5-0/+49
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau1-1/+1
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer1-2/+5
2018-12-03bpf: fix documentation for eBPF helpersQuentin Monnet1-45/+45
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+1
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller1-0/+14
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-4/+19
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-105/+223
2018-11-28bpf: helper to pop data from messagesJohn Fastabend1-1/+15
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+19
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-2/+15
2018-11-27netns: enable to dump full nsid translation tableNicolas Dichtel1-0/+1
2018-11-27netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel1-0/+1
2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov1-0/+3
2018-11-27net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov2-0/+19
2018-11-26virtio: add packed ring types and macrosTiwei Bie2-0/+55
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song2-3/+4
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann1-0/+4
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo2-2/+2
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-37/+69
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal1-0/+13
2018-11-25net: remove unsafe skb_insert()Eric Dumazet1-2/+0
2018-11-25net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit1-0/+8
2018-11-25Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-64/+203
2018-11-24net: fixup type in netdev_start_xmit()Alexey Dobriyan1-1/+1
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-2/+41
2018-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds2-38/+0
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-1/+32
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-9/+0
2018-11-23switchdev: Add helpers to aid traversal through lower devicesPetr Machata1-0/+33
2018-11-23switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata1-0/+10
2018-11-23switchdev: Add a blocking notifier chainPetr Machata1-0/+27
2018-11-23switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): SanitizePetr Machata1-4/+4
2018-11-23soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur1-2/+6
2018-11-23packet: copy user buffers before orphan or cloneWillem de Bruijn1-1/+17
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu1-0/+1
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens1-1/+3
2018-11-22net/dim: Update DIM start sample after each DIM iterationTal Gilboa1-0/+2
2018-11-22Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+3
2018-11-22Revert "Input: Add the `REL_WHEEL_HI_RES` event code"Benjamin Tissoires1-10/+0
2018-11-22Revert "HID: input: Create a utility class for counting scroll events"Benjamin Tissoires1-28/+0
2018-11-21bridge: Allow querying bridge port flagsIdo Schimmel1-0/+6
2018-11-21vxlan: Add hardware FDB learningPetr Machata1-0/+2
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata1-0/+1
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet1-0/+1
2018-11-21net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław1-1/+2
2018-11-21dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy1-1/+1
2018-11-20bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song1-0/+14
2018-11-20bpf: Introduce bpf_func_infoYonghong Song4-1/+20