summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-211-1/+6
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-212-1/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-183-29/+13
|\
| * netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+2
| * netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-141-22/+2
| * netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal2015-05-141-3/+5
| * netfilter: ipset: Fix ext_*() macrosSergey Popovich2015-05-131-4/+4
* | net: fix two sparse errorsEric Dumazet2015-05-171-6/+5
* | mdio-gpio: Propagate mii_bus.phy_ignore_ta_maskBert Vermeulen2015-05-141-1/+2
* | test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-141-0/+8
* | net: phy: Add phy_ignore_ta_mask to account for broken turn-aroundFlorian Fainelli2015-05-141-0/+3
* | netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-143-0/+45
* | net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-141-1/+1
* | netfilter: add nf_hook_list_active()Pablo Neira2015-05-141-5/+12
* | netfilter: add hook list to nf_hook_statePablo Neira2015-05-141-2/+5
* | netfilter: cleanup struct nf_hook_ops indentationPablo Neira2015-05-141-7/+7
* | 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