summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netns: enable to dump full nsid translation tableNicolas Dichtel2018-11-271-0/+1
* netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2018-11-271-0/+1
* net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov2018-11-271-0/+3
* net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov2018-11-272-0/+19
* virtio: add packed ring types and macrosTiwei Bie2018-11-262-0/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-267-37/+69
|\
| * bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+1
| * bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song2018-11-201-0/+14
| * bpf: Introduce bpf_func_infoYonghong Song2018-11-204-1/+20
| * bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-3/+15
| * bpf: move BPF_F_QUERY_EFFECTIVE after map flagsLorenz Bauer2018-11-201-3/+3
| * bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-0/+3
| * bpf: Allow narrow loads with offset > 0Andrey Ignatov2018-11-101-15/+1
| * bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-101-2/+2
| * bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-102-2/+2
| * bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-102-5/+1
| * bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-102-2/+2
| * bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-102-7/+1
| * bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-0/+1
| * bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-101-1/+2
| * bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-091-0/+4
| * bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+1
* | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-2/+0
* | net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit2018-11-251-0/+8
* | net: fixup type in netdev_start_xmit()Alexey Dobriyan2018-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-247-2/+41
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-244-1/+32
| |\ \
| | * | packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-1/+17
| | * | net/dim: Update DIM start sample after each DIM iterationTal Gilboa2018-11-221-0/+2
| | * | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-211-0/+1
| | * | Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+12
| * | | Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-221-0/+3
| |\ \ \
| | * | | USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-071-0/+3
| * | | | Merge tag 'media/v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-11-202-1/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-061-1/+1
| | * | | Merge tag 'v4.20-rc1' into patchworkMauro Carvalho Chehab2018-11-06102-1063/+3442
| | |\| |
| | * | | media: v4l: fix uapi mpeg slice params definitionArnd Bergmann2018-11-061-2/+5
| | * | | v4l2-controls: add a missing includeMauro Carvalho Chehab2018-11-021-0/+2
* | | | | switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-231-9/+0
* | | | | switchdev: Add helpers to aid traversal through lower devicesPetr Machata2018-11-231-0/+33
* | | | | switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata2018-11-231-0/+10
* | | | | switchdev: Add a blocking notifier chainPetr Machata2018-11-231-0/+27
* | | | | switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): SanitizePetr Machata2018-11-231-4/+4
* | | | | soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur2018-11-231-2/+6
* | | | | {net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens2018-11-221-1/+3
* | | | | bridge: Allow querying bridge port flagsIdo Schimmel2018-11-211-0/+6
* | | | | vxlan: Add hardware FDB learningPetr Machata2018-11-211-0/+2
* | | | | vxlan: Mark user-added FDB entriesPetr Machata2018-11-211-0/+1
* | | | | net/vlan: introduce skb_vlan_tag_get_cfi() helperMichał Mirosław2018-11-211-1/+2
* | | | | net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-191-0/+1