Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1e3a5fd5c0492d2cd37d86dce82ac7899136123f
1e3a5fd
i40e/i40evf: adjust packet size to account for double VLANs
by Mitch Williams
· 7 years ago
3fd8712
strparser: initialize all callbacks
by Eric Biggers
· 7 years ago
c6f71c4
hv_netvsc: Fix rndis_filter_close error during netvsc_remove
by Haiyang Zhang
· 7 years ago
0cf3f4c
Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 7 years ago
256fbe1
hinic: uninitialized variable in hinic_api_cmd_init()
by Dan Carpenter
· 7 years ago
43cee2d
net: mv643xx_eth: Be drop monitor friendly
by Florian Fainelli
· 7 years ago
1e9d8e7
tg3: Be drop monitor friendly
by Florian Fainelli
· 7 years ago
45c7ec9
Merge branch 'ipv6-Route-ICMPv6-errors-with-the-flow-when-ECMP-in-use'
by David S. Miller
· 7 years ago
b673d6c
ipv6: Use multipath hash from flow info if available
by Jakub Sitnicki
· 7 years ago
956b453
ipv6: Fold rt6_info_hash_nhsfn() into its only caller
by Jakub Sitnicki
· 7 years ago
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
39a7e589
net/mlx5e: make mlx5e_profile const
by Bhumika Goyal
· 7 years ago
3f2c5fb
net/mlx4_core: make mlx4_profile const
by Bhumika Goyal
· 7 years ago
e7d12ce
Merge branch 'xdp-more-work-on-xdp-tracepoints'
by David S. Miller
· 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
2886447
ixgbe: use return codes from ndo_xdp_xmit that are distinguishable
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
d08adb8
xdp: remove bpf_warn_invalid_xdp_redirect
by Jesper Dangaard Brouer
· 7 years ago
fb3bbbd
Merge branch 'mlxsw-ipv4-host-dpipe-table'
by David S. Miller
· 7 years ago
a481d71
mlxsw: spectrum_dpipe: Add support for controlling neighbor counters
by Arkadi Sharshevsky
· 7 years ago
a86f030
mlxsw: spectrum_dpipe: Add support for IPv4 host table dump
by Arkadi Sharshevsky
· 7 years ago
7cfcbc7
mlxsw: spectrum_router: Add support for setting counters on neighbors
by Arkadi Sharshevsky
· 7 years ago
6bba7e2
mlxsw: reg: Make flow counter set type enum to be shared
by Arkadi Sharshevsky
· 7 years ago
6aecb36
mlxsw: spectrum_dpipe: Add IPv4 host table initial support
by Arkadi Sharshevsky
· 7 years ago
7e57ae9
mlxsw: spectrum_dpipe: Fix label name
by Arkadi Sharshevsky
· 7 years ago
f17cc84
mlxsw: spectrum_router: Add helpers for neighbor access
by Arkadi Sharshevsky
· 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
23ca5ec
mlxsw: spectrum_dpipe: Fix erif table op name space
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
4c03e69
net/mlx5: Add tracepoints
by Matan Barak
· 8 years ago
693c688
net/mlx5: Add hash table for flow groups in flow table
by Matan Barak
· 8 years ago
0d235c3
net/mlx5: Add hash table to search FTEs in a flow-group
by Matan Barak
· 8 years ago
667cb65
net/mlx5: Don't store reserved part in FTEs and FGs
by Matan Barak
· 7 years ago
8ebabaa
net/mlx5: Convert linear search for free index to ida
by Matan Barak
· 8 years ago
0980030
net/mlx5e: Fix wrong code indentation in conditional statement
by Gal Pressman
· 7 years ago
07533c6
net/mlx5: Remove a leftover unused variable
by Gal Pressman
· 7 years ago
3c00458
net/mlx5: Add a blank line after declarations V2
by Saeed Mahameed
· 7 years ago
a5e2da6
bpf: netdev is never null in __dev_map_flush
by Daniel Borkmann
· 7 years ago
d2aaa3d
bpf, doc: Add arm32 as arch supporting eBPF JIT
by Shubham Bansal
· 7 years ago
8115251
Merge branch 'bpf-verifier-fixes'
by David S. Miller
· 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
df20cb7
selftests/bpf: add a test for a pruning bug in the verifier
by Alexei Starovoitov
· 7 years ago
63f45f8
bpf/verifier: when pruning a branch, ignore its write marks
by Edward Cree
· 7 years ago
d893dc2
selftests/bpf: add a test for a bug in liveness-based pruning
by Edward Cree
· 7 years ago
60890e0
gre: remove duplicated assignment of iph
by Colin Ian King
· 7 years ago
042a901
net: tipc: constify genl_ops
by Arvind Yadav
· 7 years ago
5719e5e
net: hinic: make functions set_ctrl0 and set_ctrl1 static
by Colin Ian King
· 7 years ago
257a730
net/sock: allow the user to set negative peek offset
by Paolo Abeni
· 7 years ago
110d846
Merge branch 'mlxsw-multichain-tc-offload'
by David S. Miller
· 7 years ago
0ede6ba
mlxsw: spectrum_flower: Offload goto_chain termination action
by Jiri Pirko
· 7 years ago
dbec8ee
mlxsw: spectrum_acl: Provide helper to lookup ruleset
by Jiri Pirko
· 7 years ago
0ade3b6
mlxsw: spectrum_acl: Allow to get group_id value for a ruleset
by Jiri Pirko
· 7 years ago
e457d86
net: sched: add couple of goto_chain helpers
by Jiri Pirko
· 7 years ago
45b6274
mlxsw: spectrum: Offload multichain TC rules
by Jiri Pirko
· 7 years ago
ae99e18
Merge branch 'mvpp2-software-TSO-support'
by David S. Miller
· 7 years ago
186cd4d
net: mvpp2: software tso support
by Antoine Ténart
· 7 years ago
85affd7
net: mvpp2: unify the txq size define use
by Antoine Ténart
· 7 years ago
f9cbe9a
net: define the TSO header size in net/tso.h
by Antoine Ténart
· 7 years ago
5f9ae3d
ipv4: do metrics match when looking up and deleting a route
by Xin Long
· 7 years ago
d260e9e
Merge branch 'tcp-sw-rx-timestamps'
by David S. Miller
· 7 years ago
16e7812
selftests/net: Add a test to validate behavior of rx timestamps
by Mike Maloney
· 7 years ago
98aaa91
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
by Mike Maloney
· 7 years ago
b285477
liquidio: change manner of detecting whether or not NIC firmware is loaded
by Felix Manlunas
· 7 years ago
e3d0328
gre: fix goto statement typo
by William Tu
· 7 years ago
572a576
Merge branch 'bpf-minor-cleanups'
by David S. Miller
· 7 years ago
af4d045
bpf: minor cleanups for dev_map
by Daniel Borkmann
· 7 years ago
e4a8e81
bpf: misc xdp redirect cleanups
by Daniel Borkmann
· 7 years ago
cd36c3a
bpf: fix map value attribute for hash of maps
by Daniel Borkmann
· 7 years ago
4a00aa0
MIPS,bpf: fix missing break in switch statement
by Colin Ian King
· 7 years ago
9695fe6
net: sched: use kvmalloc() for class hash tables
by Eric Dumazet
· 7 years ago
153890b
net: amd: constify zorro_device_id
by Arvind Yadav
· 7 years ago
9142b67
Merge branch 'net-mvpp2-MAC-GoP-configuration'
by David S. Miller
· 7 years ago
7afe461
Documentation/bindings: net: marvell-pp2: add the system controller
by Antoine Ténart
· 7 years ago
f84bf38
net: mvpp2: initialize the GoP
by Antoine Ténart
· 7 years ago
76eb1b1
net: mvpp2: set maximum packet size for 10G ports
by Stefan Chulski
· 7 years ago
7732195
net: mvpp2: initialize the XLG MAC when using a port
by Antoine Ténart
· 7 years ago
3919357
net: mvpp2: initialize the GMAC when using a port
by Antoine Ténart
· 7 years ago
2055d62
net: mvpp2: move the mii configuration in the ndo_open path
by Antoine Ténart
· 7 years ago
1068ec7
net: mvpp2: fix the synchronization module bypass macro name
by Antoine Ténart
· 7 years ago
81b6630
net: mvpp2: unify register definitions coding style
by Antoine Ténart
· 7 years ago
84e54fe
gre: introduce native tunnel support for ERSPAN
by William Tu
· 7 years ago
ab2fb7e
udp: remove unreachable ufo branches
by Willem de Bruijn
· 7 years ago
41a130f
net: mdio-gpio: make mdiobb_ops const
by Bhumika Goyal
· 7 years ago
9449473
net: ethernet: freescale: fs_enet: make mdiobb_ops const
by Bhumika Goyal
· 7 years ago
58e0c0d
net: ethernet: ax88796: make mdiobb_ops const
by Bhumika Goyal
· 7 years ago
3d845ee
Merge branch 'tcp_conn_request-cleanup'
by David S. Miller
· 7 years ago
1119936
tcp: Remove the unused parameter for tcp_try_fastopen.
by Tonghao Zhang
· 7 years ago
49c7158
tcp: Get a proper dst before checking it.
by Tonghao Zhang
· 7 years ago
6c64793
Merge branch 'hv_netvsc-Ethtool-handler-to-change-UDP-hash-levels'
by David S. Miller
· 7 years ago
3b0c345
hv_netvsc: Update netvsc Document for UDP hash level setting
by Haiyang Zhang
· 7 years ago
4823eb2
hv_netvsc: Add ethtool handler to set and get UDP hash levels
by Haiyang Zhang
· 7 years ago
4c0e2cb
hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()
by Haiyang Zhang
· 7 years ago
fcba156
hv_netvsc: Clean up unused parameter from netvsc_get_hash()
by Haiyang Zhang
· 7 years ago
Next »