summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-261-0/+2
| * | | | | | tipc: introduce UDP replicastRichard Alpe2016-08-261-0/+1
| * | | | | | tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet2016-08-251-0/+1
| * | | | | | net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2016-08-241-0/+6
| * | | | | | bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-181-0/+11
| * | | | | | tipc: add peer removal functionalityRichard Alpe2016-08-181-0/+1
| * | | | | | net: bridge: export vlan flags with the statsNikolay Aleksandrov2016-08-181-1/+1
| * | | | | | net_sched: act_vlan: Add priority optionHadar Hen Zion2016-08-181-0/+1
| * | | | | | net_sched: flower: Add vlan supportHadar Hen Zion2016-08-181-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-1810-6/+160
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'batadv-next-for-davem-20160816' of git://git.open-mesh.org/linux-m...David S. Miller2016-08-171-0/+94
| |\ \ \ \ \ \ \
| | * | | | | | | batman-adv: add backbone table netlink supportSimon Wunderlich2016-08-091-0/+2
| | * | | | | | | batman-adv: add B.A.T.M.A.N. Dump BLA claims via netlinkAndrew Lunn2016-08-091-0/+12
| | * | | | | | | batman-adv: netlink: add gateway table queriesSven Eckelmann2016-08-091-0/+8
| | * | | | | | | batman-adv: add B.A.T.M.A.N. V bat_{orig, neigh}_dump implementationsMatthias Schiffer2016-08-091-0/+2
| | * | | | | | | batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementationsMatthias Schiffer2016-08-091-0/+4
| | * | | | | | | batman-adv: netlink: add originator and neighbor table queriesMatthias Schiffer2016-08-091-0/+4
| | * | | | | | | batman-adv: netlink: add translation table queryMatthias Schiffer2016-08-091-0/+56
| | * | | | | | | batman-adv: netlink: hardif queryMatthias Schiffer2016-08-091-0/+4
| | * | | | | | | batman-adv: netlink: add routing_algo queryMatthias Schiffer2016-08-091-0/+2
| * | | | | | | | pptp: Refactor the struct and macros of PPTP codesGao Feng2016-08-151-2/+10
| * | | | | | | | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-121-0/+11
| * | | | | | | | net: Add mask for Control register 10Mbps speedAppana Durga Kedareswara Rao2016-08-121-0/+1
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng2016-08-101-1/+6
| |/ / / / / /
* | | | | | | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-10-041-1/+3
|\ \ \ \ \ \ \
| * | | | | | | audit: add exclude filter extension to feature bitmapRichard Guy Briggs2016-09-291-1/+3
* | | | | | | | Merge tag 'usb-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-031-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-141-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | usb: gadget: f_fs: handle control requests in config 0Felix Hädicke2016-08-251-0/+1
| | * | | | | | | usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke2016-08-251-0/+1
| | | |_|/ / / / | | |/| | | | |
* | / | | | | | serial: 8250: Set Altera 16550 TX FIFO ThresholdThor Thayer2016-09-271-0/+8
|/ / / / / / /
* | | | | | | include/uapi/linux/ipx.h: fix conflicting defitions with glibc netipx/ipx.hMikko Rapeli2016-08-222-1/+38
* | | | | | | include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli2016-08-221-1/+1
* | | | | | | include/uapi/linux/atm_zatm.h: include linux/time.hMikko Rapeli2016-08-221-0/+1
* | | | | | | include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli2016-08-221-2/+2
* | | | | | | include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.hMikko Rapeli2016-08-221-0/+2
* | | | | | | include/uapi/linux/if_pppol2tp.h: include linux/in.h and linux/in6.hMikko Rapeli2016-08-221-1/+2
* | | | | | | include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.hMikko Rapeli2016-08-221-0/+3
* | | | | | | include/uapi/linux/if_pppox.h: include linux/if.hMikko Rapeli2016-08-221-0/+1
|/ / / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-173-3/+67
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-121-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-101-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | netfilter: nf_tables: s/MFT_REG32_01/NFT_REG32_01Pablo Neira Ayuso2016-08-081-1/+1
| * | | | | sctp: Export struct sctp_info to userspacePhil Sutter2016-08-081-0/+64
| |/ / / /
* | | / / virtio-vsock: fix include guard typoStefan Hajnoczi2016-08-091-1/+1
| |_|/ / |/| | |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-065-1/+138
|\ \ \ \
| * | | | vhost: new device IOTLB APIJason Wang2016-08-021-0/+28
| * | | | VSOCK: Introduce vhost_vsock.koAsias He2016-08-021-0/+5
| * | | | VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-023-0/+96
| * | | | virtio: new feature to detect IOMMU device quirkMichael S. Tsirkin2016-08-011-1/+9
| | |/ / | |/| |