aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-23bpf/verifier: document liveness analysisEdward Cree1-0/+13
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree1-1/+0
2017-08-23net: sched: add couple of goto_chain helpersJiri Pirko1-4/+16
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart1-0/+2
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-1/+8
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu4-0/+66
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-2/+1
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-43/+126
2017-08-21net: sched: Add the invalid handle check in qdisc_class_findGao Feng1-0/+3
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-11/+14
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov2-25/+30
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal1-4/+2
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-4/+29
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2017-08-20net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha1-2/+4
2017-08-20net/mlx5: Add RX buffer fullness counters infrastructureGal Pressman1-2/+13
2017-08-20net/mlx5: Add PCIe outbound stalls counters infrastructureGal Pressman1-3/+14
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller1-0/+1
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau2-2/+18
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-3/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger1-4/+4
2017-08-18net: ethtool: Add macro to clear a link mode settingLendacky, Thomas1-0/+11
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer1-4/+7
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+1
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko1-0/+22
2017-08-18mm: discard memblock data laterPavel Tatashin1-2/+4
2017-08-18wait: add wait_event_killable_timeout()Luis R. Rodriguez1-0/+37
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner1-2/+8
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-1/+2
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-3/+1
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner1-0/+8
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-1/+1
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet1-2/+2
2017-08-16ptr_ring: use kmalloc_array()Eric Dumazet2-5/+7
2017-08-16vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger1-7/+0
2017-08-16vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger1-8/+0
2017-08-16vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger1-6/+0
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2-1/+11
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer1-0/+50
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+9
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend4-3/+40
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-0/+7
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend2-0/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-43/+110
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-10/+44
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang1-1/+1
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-0/+10