summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-13devlink: Add support for region snapshot delete commandAlex Vesker1-0/+2
2018-07-13devlink: Extend the support querying for region snapshot IDsAlex Vesker1-0/+3
2018-07-13devlink: Add support for region get commandAlex Vesker1-0/+6
2018-07-13devlink: Add support for creating region snapshotsAlex Vesker1-0/+13
2018-07-13devlink: Add callback to query for snapshot id before snapshot createAlex Vesker1-0/+8
2018-07-13devlink: Add support for creating and destroying regionsAlex Vesker1-0/+22
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-07-13net/sched: act_skbedit: don't use spinlock in the data pathDavide Caratti1-10/+27
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann2-9/+12
2018-07-12bpf: fix documentation for eBPF helpersQuentin Monnet1-4/+2
2018-07-12net: Add lag.h, net_lag_port_dev_txable()Petr Machata3-0/+43
2018-07-12team: Publish team_port_get_rcu()Petr Machata1-0/+5
2018-07-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-6/+28
2018-07-12tcp: expose both send and receive intervals for rate sampleDeepti Raghavan1-0/+2
2018-07-11Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2018-07-11Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-07-11netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen1-0/+11
2018-07-11sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen1-0/+114
2018-07-10rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers1-50/+0
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers1-8/+19
2018-07-10rseq: uapi: Update uapi commentsMathieu Desnoyers1-33/+36
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers1-3/+3
2018-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2018-07-10net: Use __u32 in uapi net_stamp.hJesus Sanchez-Palencia1-2/+2
2018-07-10netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree1-3/+7
2018-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+8
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-4/+7
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-0/+4
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-2/+2
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck1-1/+15
2018-07-09bpf: include errno.h from bpf-cgroup.hRoman Gushchin1-0/+1
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+22
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+1
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-3/+11
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov1-3/+4
2018-07-08net: sched: atomically check-allocate actionVlad Buslov1-0/+3
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov1-0/+1
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+1
2018-07-08net: sched: implement unlocked action init APIVlad Buslov1-2/+4
2018-07-08net: sched: change type of reference and bind countersVlad Buslov1-2/+3
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov2-1/+2
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun2-0/+8
2018-07-08xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-3/+3
2018-07-08bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-0/+4
2018-07-07uio: change to use the mutex lock instead of the spin lockXiubo Li1-1/+1
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-0/+4
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-0/+2