aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet1-0/+1
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet1-1/+1
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet1-0/+1
2016-06-18ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet1-1/+2
2016-06-18Input: add HDMI CEC specific keycodesKamil Debski1-0/+31
2016-06-18Input: add BUS_CEC typeHans Verkuil1-0/+1
2016-06-18Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-2/+6
2016-06-18Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+8
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+3
2016-06-17Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-0/+1
2016-06-17net: ipv6: Address selection needs to consider L3 domainsDavid Ahern1-0/+31
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern1-0/+11
2016-06-17net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern1-3/+18
2016-06-17isa: Dummy isa_register_driver should return error codeWilliam Breathitt Gray1-1/+2
2016-06-17vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck1-0/+1
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck3-48/+0
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck4-6/+29
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-0/+33
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck3-8/+3
2016-06-17isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray1-1/+1
2016-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-0/+4
2016-06-17Merge tag 'for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-11/+12
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-16Merge tag 'pwm/for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-0/+3
2016-06-16Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+2
2016-06-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+12
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-0/+2
2016-06-16netlink: Add comment to warn about deprecated netlink rings attribute requestFabien Siron1-0/+1
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann1-0/+9
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann1-3/+9
2016-06-15bpf, maps: add release callbackDaniel Borkmann1-1/+2
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov1-1/+27
2016-06-15gre: fix error handlerEric Dumazet1-1/+1
2016-06-15net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld1-1/+2
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville2-0/+2
2016-06-15Merge tag 'shared' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller1-12/+263
2016-06-156lowpan: introduce 6lowpan-ndAlexander Aring1-6/+12
2016-06-15ipv6: export several functionsAlexander Aring2-0/+19
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring2-3/+199
2016-06-15ndisc: add __ndisc_opt_addr_data functionAlexander Aring1-4/+10
2016-06-15ndisc: add __ndisc_opt_addr_space functionAlexander Aring1-2/+7
2016-06-156lowpan: add 802.15.4 short addr slaacAlexander Aring2-0/+9
2016-06-156lowpan: add private neighbour dataAlexander Aring2-2/+11
2016-06-15Update my main e-mails at the Kernel treeMauro Carvalho Chehab1-1/+1
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet2-6/+15
2016-06-15skb_array: resize supportMichael S. Tsirkin1-4/+29
2016-06-15ptr_ring: resize supportMichael S. Tsirkin1-14/+143
2016-06-15skb_array: array based FIFO for skbsMichael S. Tsirkin1-0/+144