summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-07-16net/mlx5: Accel, add TLS rx offload routinesBoris Pismenny1-0/+1
2018-07-16net: Add TLS rx resync NDOBoris Pismenny1-0/+2
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+2
2018-07-16net: Add decrypted field to skbBoris Pismenny1-1/+6
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-8/+72
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-07-14net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov1-0/+1
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski1-3/+4
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-5/+0
2018-07-13net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker1-0/+1
2018-07-13net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker1-0/+6
2018-07-13net/mlx4_core: Add health buffer address capabilityAlex Vesker1-0/+1
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann1-2/+2
2018-07-12net: Add lag.h, net_lag_port_dev_txable()Petr Machata1-0/+13
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-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-11drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-0/+1
2018-07-11netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen1-0/+11
2018-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2018-07-10netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree1-3/+7
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. Miller1-3/+3
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun1-0/+5
2018-07-08xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-3/+3
2018-07-07uio: change to use the mutex lock instead of the spin lockXiubo Li1-1/+1
2018-07-07net: bridge: fix br_vlan_get_{pvid,info} return valuesArnd Bergmann1-2/+2
2018-07-07lib: reciprocal_div: implement the improved algorithm on the paper mentionedJiong Wang1-0/+68
2018-07-06Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-1/+6
2018-07-04net/mlx5: Add hardware definitions for dump_fill_mkeyLeon Romanovsky1-1/+3
2018-07-04net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen1-2/+0
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes1-0/+1
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree2-0/+25
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree1-0/+30
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree1-0/+1
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long1-0/+7
2018-07-04net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng1-0/+2
2018-07-04ftrace: Nuke clear_ftrace_functionYisheng Xie1-2/+0
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers1-7/+22
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2-2/+1