summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tuntap: XDP transmissionJason Wang2018-01-091-0/+17
* tun/tap: use ptr_ring instead of skb_arrayJason Wang2018-01-092-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-0912-21/+75
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-081-1/+0
| |\
| | * sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-051-1/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-0/+10
| |\ \
| | * | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-051-0/+10
| * | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-051-1/+3
| |\ \ \
| | * | | efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-1/+3
| * | | | fscache: Fix the default for fscache_maybe_release_page()David Howells2018-01-021-1/+1
| |/ / /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-312-2/+4
| |\ \ \
| | * | | timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-292-2/+4
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-314-16/+45
| |\ \ \ \
| | * | | | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-1/+1
| | * | | | genirq: Introduce IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+17
| | * | | | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-282-15/+27
| * | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-0/+11
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+11
| | * | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-172-4/+4
| | * | | | locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1
| | * | | | Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-171-2/+6
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-173-28/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-0/+26
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge tag 'pm-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-12-291-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2017-12-281-0/+1
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | net: No line break on netdev_WARN* formattingGal Pressman2018-01-081-2/+2
* | | | | | | | net: Fix netdev_WARN_ONCE macroGal Pressman2018-01-081-2/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-087-70/+156
|\ \ \ \ \ \ \ \
| * | | | | | | | netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-082-6/+25
| * | | | | | | | netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-13/+0
| * | | | | | | | netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
| * | | | | | | | netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-083-2/+12
| * | | | | | | | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-083-2/+11
| * | | | | | | | netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-083-2/+19
| * | | | | | | | netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-083-21/+17
| * | | | | | | | netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-083-16/+15
| * | | | | | | | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+1
| * | | | | | | | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-0/+2
| * | | | | | | | netfilter: reduce NF_MAX_HOOKS defineFlorian Westphal2018-01-081-3/+7
| * | | | | | | | netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+4
| * | | | | | | | netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal2018-01-081-0/+2
| * | | | | | | | netfilter: add defines for arp/decnet max hooksFlorian Westphal2018-01-081-0/+6
| * | | | | | | | netfilter: reduce size of hook entry point locationsFlorian Westphal2018-01-081-2/+22
| * | | | | | | | netfilter: core: free hooks with call_rcuFlorian Westphal2018-01-081-4/+15
* | | | | | | | | sh_eth: remove sh_eth_plat_data::edmac_endianSergei Shtylyov2018-01-081-3/+0
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-076-21/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | xdp: generic XDP handling of xdp_rxq_infoJesper Dangaard Brouer2018-01-051-0/+2
| * | | | | | | | xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer2018-01-051-0/+2
| * | | | | | | | bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-042-2/+2
| * | | | | | | | bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-311-0/+2