aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau1-0/+11
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau1-0/+1
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+10
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2-0/+27
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov1-0/+1
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann1-0/+9
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann1-0/+14
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-1/+36
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+3
2016-06-28net: diag: Add support to filter on device indexDavid Ahern1-0/+1
2016-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+32
2016-06-27ethtool: Add 50G baseSR2 link modeGal Pressman1-1/+2
2016-06-22openvswitch: Add packet len info to upcall.William Tu1-0/+2
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-0/+1
2016-06-18Input: add HDMI CEC specific keycodesKamil Debski1-0/+31
2016-06-18Input: add BUS_CEC typeHans Verkuil1-0/+1
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp1-0/+1
2016-06-17netfilter: xt_SYNPROXY: include missing <linux/types.h>Pablo Neira Ayuso1-0/+2
2016-06-17netfilter: xt_SYNPROXY: add missing header to KbuildPablo Neira Ayuso1-0/+1
2016-06-16netlink: Add comment to warn about deprecated netlink rings attribute requestFabien Siron1-0/+1
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville1-0/+1
2016-06-10Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-42/+35
2016-06-10virtio_net: add _UAPI prefix to virtio_net header guardsMike Rapoport1-3/+3
2016-06-10openvswitch: Add packet truncation support.William Tu1-0/+6
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+1
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-09virtio_net: Update the feature bit to comply with specAaron Conole1-1/+1
2016-06-09wext: reformat struct/union declarationsJohannes Berg1-41/+22
2016-06-08net: Add l3mdev ruleDavid Ahern1-0/+1
2016-06-07gtp: #define _UAPI_LINUX_GTP_H_ and not _UAPI_LINUX_GTP_H__Colin Ian King1-1/+1
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim1-3/+3
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim1-0/+1
2016-06-06virtio-net: Add initial MTU advice featureAaron Conole1-0/+3
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+13
2016-05-31cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha1-0/+7
2016-05-31cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen1-1/+6
2016-05-30btrfs: Use __u64 in exported linux/btrfs.h.Vinson Lee1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-05-25ethtool: add support for 25G/50G/100G speed modesVidya Sagar Ravipati1-1/+10
2016-05-24net sched actions: policer missing timestamp processingJamal Hadi Salim1-1/+3
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-2/+79
2016-05-21Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams1-1/+0
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-6/+1148
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-0/+102
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams1-1/+0
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+21
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+121