summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira2015-05-131-8/+0
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-131-2/+2
* net: move __skb_tx_hash to dev.cJiri Pirko2015-05-132-3/+3
* net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko2015-05-131-1/+0
* net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-131-4/+0
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-1311-14/+36
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-122-3/+8
| |\
| | * net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern2015-05-121-3/+0
| | * 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