summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+1
* devlink: Add 'fw_load_policy' generic parameterShalom Toledo2018-12-032-0/+9
* tun: implement carrier changeNicolas Dichtel2018-11-301-0/+1
* net: reorder flowi_common fields to avoid holesPaolo Abeni2018-11-301-1/+1
* qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2018-11-301-0/+27
* qed: Add doorbell overflow recovery mechanismAriel Elior2018-11-301-0/+14
* tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-301-3/+15
* tcp: implement coalescing on backlog queueEric Dumazet2018-11-301-0/+1
* tcp: make tcp_space() aware of socket backlogEric Dumazet2018-11-301-1/+1
* tcp: hint compiler about sack flowsEric Dumazet2018-11-301-1/+1
* net: Add trace events for all receive exit pointsGeneviève Bastien2018-11-301-0/+59
* net/flow_dissector: correct comments on enum flow_dissector_key_idEdward Cree2018-11-301-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-293-4/+19
|\
| * bpf: helper to pop data from messagesJohn Fastabend2018-11-281-1/+15
| * bpf: btf: support proper non-jit func infoYonghong Song2018-11-262-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-288-105/+223
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-284-2/+19
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-283-2/+15
| | |\ \
| | | * | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-272-2/+2
| | | * | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-261-0/+13
| | * | | bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-0/+4
| * | | | Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-251-1/+1
| |\ \ \ \
| | * | | | dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
| * | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-241-64/+203
| |\ \ \ \ \
| | * | | | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-2/+2
| | * | | | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-0/+52
| | * | | | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-17/+1
| | * | | | | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-44/+69
| | * | | | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-1/+79
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-11-242-38/+0
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Revert "Input: Add the `REL_WHEEL_HI_RES` event code"Benjamin Tissoires2018-11-221-10/+0
| | * | | | | Revert "HID: input: Create a utility class for counting scroll events"Benjamin Tissoires2018-11-221-28/+0
* | | | | | | 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