Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
256fbe111218ccc3de4aff1aab44c9b08cd06c92
/
include
23aebda
ipv6: Compute multipath hash for ICMP errors from offending packet
by Jakub Sitnicki
· 7 years ago
29825717
net: Extend struct flowi6 with multipath hash
by Jakub Sitnicki
· 7 years ago
790c605
devlink: Fix devlink_dpipe_table_register() stub signature.
by David S. Miller
· 7 years ago
22b6722
ipv6: Add sysctl for per namespace flow label reflection
by Jakub Sitnicki
· 7 years ago
315ec39
xdp: get tracepoints xdp_exception and xdp_redirect in sync
by Jesper Dangaard Brouer
· 7 years ago
a873585
xdp: remove net_device names from xdp_redirect tracepoint
by Jesper Dangaard Brouer
· 7 years ago
2facaad
xdp: make generic xdp redirect use tracepoint trace_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
3580732
devlink: Move dpipe entry clear function into devlink
by Arkadi Sharshevsky
· 7 years ago
ffd3cdc
devlink: Add support for dynamic table size
by Arkadi Sharshevsky
· 7 years ago
3fb886e
devlink: Add IPv4 header for dpipe
by Arkadi Sharshevsky
· 7 years ago
1177009
devlink: Add Ethernet header for dpipe
by Arkadi Sharshevsky
· 7 years ago
8e9cd9c
bpf/verifier: document liveness analysis
by Edward Cree
· 7 years ago
1b688a1
bpf/verifier: remove varlen_map_value_access flag
by Edward Cree
· 7 years ago
e457d86
net: sched: add couple of goto_chain helpers
by Jiri Pirko
· 7 years ago
f9cbe9a
net: define the TSO header size in net/tso.h
by Antoine Ténart
· 7 years ago
98aaa91
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
by Mike Maloney
· 7 years ago
84e54fe
gre: introduce native tunnel support for ERSPAN
by William Tu
· 7 years ago
1119936
tcp: Remove the unused parameter for tcp_try_fastopen.
by Tonghao Zhang
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7d3f0cd
net: sched: Add the invalid handle check in qdisc_class_find
by Gao Feng
· 7 years ago
e3181f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
dd1c1f2
pids: make task_tgid_nr_ns() safe
by Oleg Nesterov
· 7 years ago
89e4950
dsa: remove unused net_device arg from handlers
by Florian Westphal
· 7 years ago
a43dce9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 7 years ago
68a66d1
net_sched: fix order of queue length updates in qdisc_replace()
by Konstantin Khlebnikov
· 7 years ago
e46db8d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e18a5eb
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
efae7f7
net/mlx5e: Add outbound PCI buffer overflow counter
by Eran Ben Elisha
· 8 years ago
2dba079
net/mlx5: Add RX buffer fullness counters infrastructure
by Gal Pressman
· 7 years ago
5405fa2
net/mlx5: Add PCIe outbound stalls counters infrastructure
by Gal Pressman
· 8 years ago
d6e1e46
bpf: linux/bpf.h needs linux/numa.h
by David S. Miller
· 7 years ago
96eabe7
bpf: Allow selecting numa node during map creation
by Martin KaFai Lau
· 7 years ago
718ad68
net: drop unused attribute argument from sysfs queue funcs
by stephen hemminger
· 7 years ago
737aec5
net: constify net_ns_type_operations
by stephen hemminger
· 7 years ago
b793dc5
net: constify netdev_class_file
by stephen hemminger
· 7 years ago
606c07f
net: ethtool: Add macro to clear a link mode setting
by Lendacky, Thomas
· 7 years ago
4c03bdd
xdp: adjust xdp redirect tracepoint to include return error code
by Jesper Dangaard Brouer
· 7 years ago
0888e37
net: inet: diag: expose sockets cgroup classid
by Levin, Alexander (Sasha Levin)
· 7 years ago
6b31d59
mm, oom: fix potential data corruption when oom_reaper races with writer
by Michal Hocko
· 7 years ago
3010f87
mm: discard memblock data later
by Pavel Tatashin
· 7 years ago
8ada927
wait: add wait_event_killable_timeout()
by Luis R. Rodriguez
· 7 years ago
739f79f
mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
by Johannes Weiner
· 7 years ago
9620fef
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
by Eric Dumazet
· 7 years ago
a0917e0
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
by Matthew Dawson
· 7 years ago
7edaeb6
kernel/watchdog: Prevent false positives with turbo modes
by Thomas Gleixner
· 7 years ago
c8c03f1
pty: fix the cached path of the pty slave file descriptor in the master
by Linus Torvalds
· 7 years ago
c780a04
ipv4: better IP_MAX_MTU enforcement
by Eric Dumazet
· 7 years ago
81fbfe8
ptr_ring: use kmalloc_array()
by Eric Dumazet
· 7 years ago
5dd0fb9
vmbus: remove unused vmbus_sendpacket_ctl
by stephen hemminger
· 7 years ago
5a668d8
vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl
by stephen hemminger
· 7 years ago
9a603b8
vmbus: remove unused vmbus_sendpacket_multipagebuffer
by stephen hemminger
· 7 years ago
6bdc9c4
bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER
by John Fastabend
· 7 years ago
e543002
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
by Jesper Dangaard Brouer
· 7 years ago
8a31db5
bpf: add access to sock fields and pkt data from sk_skb programs
by John Fastabend
· 7 years ago
174a79f
bpf: sockmap with sk redirect support
by John Fastabend
· 7 years ago
a6f6df6
bpf: export bpf_prog_inc_not_zero
by John Fastabend
· 7 years ago
b005fd1
bpf: introduce new program type for skbs on sockets
by John Fastabend
· 7 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
510c8a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
b3dc8f7
net: Fix a typo in comment about sock flags.
by Tonghao Zhang
· 7 years ago
12d94a8
ipv6: fix NULL dereference in ip6_route_dev_notify()
by Eric Dumazet
· 7 years ago
fe40079
ipv6: fib: Provide offload indication using nexthop flags
by Ido Schimmel
· 7 years ago
dc503a8
bpf/verifier: track liveness for pruning
by Edward Cree
· 7 years ago
0a6f041
Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 7 years ago
42b7305
udp: fix linear skb reception with PEEK_OFF
by Al Viro
· 7 years ago
a99b646
PCI: Disable PCIe Relaxed Ordering if unsupported
by dingtianhong
· 7 years ago
7c49747
net: export some generic xdp helpers
by Jason Wang
· 7 years ago
438630e
Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 7 years ago
dd95f18
Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
a99bcdc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 7 years ago
fd851ba
udp: harden copy_linear_skb()
by Eric Dumazet
· 7 years ago
e4dde41
net: fix compilation when busy poll is not enabled
by Daniel Borkmann
· 7 years ago
ad729bc9
bonding: require speed/duplex only for 802.3ad, alb and tlb
by Andreas Born
· 7 years ago
7b06e8a
net: sched: remove cops->tcf_cl_offload
by Jiri Pirko
· 7 years ago
237f79d
net: sched: remove handle propagation down to the drivers
by Jiri Pirko
· 7 years ago
7690f2a
net: sched: propagate classid down to offload drivers
by Jiri Pirko
· 7 years ago
861932e
net: sched: Add helpers to identify classids
by Jiri Pirko
· 7 years ago
e0d0e04
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
327c0da
sctp: fix some indents in sm_make_chunk.c
by Xin Long
· 7 years ago
172a159
sctp: remove the typedef sctp_disposition_t
by Xin Long
· 7 years ago
8ee821a
sctp: remove the typedef sctp_sm_table_entry_t
by Xin Long
· 7 years ago
eb662a6
sctp: remove the unused typedef sctp_sm_command_t
by Xin Long
· 7 years ago
e08af95
sctp: remove the typedef sctp_verb_t
by Xin Long
· 7 years ago
c488b77
sctp: remove the typedef sctp_arg_t
by Xin Long
· 7 years ago
a85bbeb
sctp: remove the typedef sctp_cmd_seq_t
by Xin Long
· 7 years ago
e2c3108
sctp: remove the typedef sctp_cmd_t
by Xin Long
· 7 years ago
b7ef261
sctp: remove the typedef sctp_socket_type_t
by Xin Long
· 7 years ago
d38ef5a
sctp: remove the typedef sctp_dbg_objcnt_entry_t
by Xin Long
· 7 years ago
a05437a
sctp: remove the typedef sctp_cmsgs_t
by Xin Long
· 7 years ago
74439f3
sctp: remove the typedef sctp_endpoint_type_t
by Xin Long
· 7 years ago
edf903f
sctp: remove the typedef sctp_sender_hb_info_t
by Xin Long
· 7 years ago
afa6c45
sctp: remove the unused typedef sctp_packet_phandler_t
by Xin Long
· 7 years ago
4a8b53b
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 7 years ago
b2dbdf2
Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
077fbac
net: xfrm: support setting an output mark.
by Lorenzo Colitti
· 7 years ago
27df704
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
99baac2
mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
by Minchan Kim
· 7 years ago
0a2dd26
mm: make tlb_flush_pending global
by Minchan Kim
· 7 years ago
56236a5
mm: refactor TLB gathering API
by Minchan Kim
· 7 years ago
0a2c404
mm: migrate: fix barriers around tlb_flush_pending
by Nadav Amit
· 7 years ago
Next »