summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-08-24devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky
2017-08-24devlink: Add support for dynamic table sizeArkadi Sharshevsky
2017-08-24devlink: Add IPv4 header for dpipeArkadi Sharshevsky
2017-08-24devlink: Add Ethernet header for dpipeArkadi Sharshevsky
2017-08-23bpf/verifier: document liveness analysisEdward Cree
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree
2017-08-23net: sched: add couple of goto_chain helpersJiri Pirko
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-21net: sched: Add the invalid handle check in qdisc_class_findGao Feng
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-08-20net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha
2017-08-20net/mlx5: Add RX buffer fullness counters infrastructureGal Pressman
2017-08-20net/mlx5: Add PCIe outbound stalls counters infrastructureGal Pressman
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger
2017-08-18net: constify net_ns_type_operationsstephen hemminger
2017-08-18net: constify netdev_class_filestephen hemminger
2017-08-18net: ethtool: Add macro to clear a link mode settingLendacky, Thomas
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-08-18mm: discard memblock data laterPavel Tatashin
2017-08-18wait: add wait_event_killable_timeout()Luis R. Rodriguez
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-08-16ptr_ring: use kmalloc_array()Eric Dumazet
2017-08-16vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger
2017-08-16vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger
2017-08-16vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend