summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-041-0/+8
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-111-0/+10
| |\ \ \ \ \ \
| | * | | | | | libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta2015-04-251-0/+9
| | * | | | | | libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta2015-04-251-0/+1
| * | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-091-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | irqchip: gic: Drop support for gic_arch_extnMarc Zyngier2015-04-241-2/+0
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-081-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | blk-mq: fix FUA request hangShaohua Li2015-05-041-1/+1
| * | | | | | | | | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-05-081-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée2015-05-061-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-4/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driverSonny Rao2015-04-221-4/+0
| * | | | | | | | | nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-051-1/+1
| * | | | | | | | | util_macros.h: have array pointer point to array of constantsGuenter Roeck2015-05-051-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-053-1/+22
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-043-1/+22
* | | | | | | | | | test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-121-0/+10
* | | | | | | | | | net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko2015-05-121-13/+1
* | | | | | | | | | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-121-4/+1
* | | | | | | | | | switchdev: s/swdev_/switchdev_/Jiri Pirko2015-05-121-1/+1
* | | | | | | | | | net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-121-0/+5
* | | | | | | | | | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-123-3/+23
* | | | | | | | | | net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-121-3/+2
* | | | | | | | | | net: sched: fix typo in net_device ifdefDaniel Borkmann2015-05-111-1/+1
* | | | | | | | | | net: sched: further simplify handle_ingDaniel Borkmann2015-05-111-0/+4
* | | | | | | | | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | | | | | | | | | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* | | | | | | | | | tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-111-1/+0
* | | | | | | | | | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-091-0/+2
* | | | | | | | | | seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann2015-05-091-7/+5
* | | | | | | | | | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan2015-05-091-4/+0
* | | | | | | | | | net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan2015-05-091-0/+6
* | | | | | | | | | vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* | | | | | | | | | etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2015-05-051-0/+18
* | | | | | | | | | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-051-0/+8
* | | | | | | | | | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-042-0/+4
* | | | | | | | | | net: Add skb_get_hash_perturbTom Herbert2015-05-041-0/+2
* | | | | | | | | | etherdev: Process is_multicast_ether_addr at same size as other operationsAlexander Duyck2015-05-031-1/+23
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-027-13/+26
|\| | | | | | | | | | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-013-5/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-3/+5
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-04-271-2/+14
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | netfilter: bridge: fix NULL deref in physin/out ifindex helpersFlorian Westphal2015-04-241-2/+14
| * | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-301-8/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-8/+0
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-301-0/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tty: Re-add external interface for tty_set_termios()Frederic Danis2015-04-281-0/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-301-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede2015-04-281-0/+2
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-281-0/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |