summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: phonet: mark phonet_protocol as constLin Zhang2017-10-071-2/+4
* net: phonet: mark header_ops as constLin Zhang2017-10-071-1/+1
* bpf: add helper bpf_perf_prog_read_valueYonghong Song2017-10-071-1/+9
* bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-071-2/+19
* bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-071-2/+5
* ip_tunnel: add mpls over gre supportAmine Kherbouche2017-10-071-0/+1
* ipv6: take care of rt6_statsWei Wang2017-10-071-6/+9
* ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-072-9/+17
* ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-071-0/+2
* ipv6: hook up exception table to store dst cacheWei Wang2017-10-071-1/+0
* ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-071-1/+2
* ipv6: prepare fib6_age() for exception tableWei Wang2017-10-072-0/+15
* ipv6: introduce a hash table to store dst cacheWei Wang2017-10-072-0/+22
* ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-071-0/+2
* tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-072-44/+52
* tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-14/+1
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-071-0/+18
* net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-061-2/+2
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-053-3/+33
* tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-051-0/+1
* VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-051-0/+33
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-051-3/+0
* VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-051-0/+12
* VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-051-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0539-120/+263
|\
| * Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-051-2/+2
| |\
| | * dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-09-251-2/+2
| * | Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-10-051-0/+1
| |\ \
| | * | ALSA: hda - program ICT bits to support HBR audioSriram Periyasamy2017-09-201-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-059-28/+68
| |\ \ \
| | * | | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-1/+1
| | * | | udp: perform source validation for mcast early demuxPaolo Abeni2017-10-011-1/+3
| | * | | IPv4: early demux can return an error codePaolo Abeni2017-10-013-4/+4
| | * | | net/mlx5: Check device capability for maximum flow countersRaed Salem2017-09-281-1/+2
| | * | | net/mlx5: Fix FPGA capability locationInbar Karmy2017-09-282-3/+3
| | * | | netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann2017-09-251-18/+55
| * | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-10-042-17/+17
| |\ \ \ \
| | * \ \ \ Merge tag 'reset-fixes-for-4.14' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2017-10-032-17/+17
| | |\ \ \ \
| | | * | | | ARC: reset: remove the misleading v1 suffix all overVineet Gupta2017-09-182-17/+17
| * | | | | | include/linux/fs.h: fix comment about struct address_spaceMike Rapoport2017-10-031-1/+1
| * | | | | | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2017-10-031-2/+8
| * | | | | | include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockMasahiro Yamada2017-10-031-1/+1
| * | | | | | exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-1/+1
| * | | | | | android: binder: drop lru lock in isolate callbackSherry Yang2017-10-031-0/+6
| * | | | | | mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-031-0/+5
| * | | | | | include/linux/mm.h: fix typo in VM_MPX definitionKirill A. Shutemov2017-10-031-1/+1
| * | | | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-2/+22
| |\ \ \ \ \ \
| | * | | | | | percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland2017-09-261-2/+22
| * | | | | | | Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-10-031-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-09-191-0/+1
| | | |_|/ / / / | | |/| | | | |