aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng1-7/+4
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2-1/+2
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng2-1/+7
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng2-3/+5
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng1-2/+1
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov1-15/+42
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann1-3/+4
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli1-1/+13
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-48/+94
2017-01-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-46/+87
2017-01-11net/sched: cls_flower: Support matching on ARPSimon Horman1-0/+11
2017-01-11flow disector: ARP supportSimon Horman1-0/+19
2017-01-10timerfd: export defines to userspaceMike Frysinger3-19/+38
2017-01-10mm: support anonymous stable pageMinchan Kim1-1/+2
2017-01-10mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck1-2/+1
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck2-4/+4
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2-4/+24
2017-01-10signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles1-0/+10
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko2-12/+4
2017-01-10mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko1-2/+2
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler1-2/+0
2017-01-10mm: add follow_pte_pmd()Ross Zwisler1-0/+2
2017-01-10gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-2/+7
2017-01-09Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller6-60/+81
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov1-6/+6
2017-01-09smc: netlink interface for SMC socketsUrsula Braun4-0/+109
2017-01-09smc: establish pnet table managementThomas Richter1-0/+35
2017-01-09smc: establish new socket familyUrsula Braun1-1/+6
2017-01-09net: introduce keepalive function in struct protoUrsula Braun1-0/+1
2017-01-09Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller1-0/+184
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli1-2/+2
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli1-4/+7
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-80/+55
2017-01-09stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto1-0/+5
2017-01-09stmmac: adding DT parameter for LPI tx clock gatingjpinto1-0/+1
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti1-1/+2
2017-01-09siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld1-1/+56
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld1-0/+85
2017-01-09IB/mlx5: Support 4k UAR for libmlx5Eli Cohen3-13/+8
2017-01-09IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2-13/+11
2017-01-09IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen3-23/+5
2017-01-09net/mlx5: Add interface to get reference to a UAREli Cohen1-1/+4
2017-01-09afs: Refcount the afs_call structDavid Howells1-0/+75
2017-01-09afs: Add some tracepointsDavid Howells1-0/+109
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn3-8/+5
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2-3/+3
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn3-36/+11
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn3-7/+15
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn1-5/+0
2017-01-08net-tc: remove unused tc_verd fieldsWillem de Bruijn1-7/+0