Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e29237e7bb4ad79f5011cd0af9c8baeca16dce5c
e29237e
mlxsw: spectrum_router: Enable IPv6 router
by Arkadi Sharshevsky
· 8 years ago
7f81ff0
Merge branch 'xfrm-remove-flow-cache'
by David S. Miller
· 8 years ago
ec30d78
xfrm: add xdst pcpu cache
by Florian Westphal
· 8 years ago
09c7570
xfrm: remove flow cache
by Florian Westphal
· 8 years ago
bd45c53
xfrm_policy: make xfrm_bundle_lookup return xfrm dst object
by Florian Westphal
· 8 years ago
86dc8ee
xfrm_policy: remove xfrm_policy_lookup
by Florian Westphal
· 8 years ago
aff669b
xfrm_policy: kill flow to policy dir conversion
by Florian Westphal
· 8 years ago
855dad9
xfrm_policy: remove always true/false branches
by Florian Westphal
· 8 years ago
3ca2828
xfrm_policy: bypass flow_cache_lookup
by Florian Westphal
· 8 years ago
3c2a89d
net: xfrm: revert to lower xfrm dst gc limit
by Florian Westphal
· 8 years ago
6b1c42e
vti: revert flush x-netns xfrm cache when vti interface is removed
by Florian Westphal
· 8 years ago
0ab1031
drivers: net: add missing interrupt.h include
by Florian Westphal
· 8 years ago
6ddb4fd
Merge branch 'dsa-mv88e6xxx-cleanup-capabilities'
by David S. Miller
· 8 years ago
b3e05aa
net: dsa: mv88e6xxx: add a multi_chip info flag
by Vivien Didelot
· 8 years ago
68b8f60
net: dsa: mv88e6xxx: add Energy Detect ops
by Vivien Didelot
· 8 years ago
9069c13
net: dsa: mv88e6xxx: add a global2_addr info flag
by Vivien Didelot
· 8 years ago
9e907d7
net: dsa: mv88e6xxx: add POT operation
by Vivien Didelot
· 8 years ago
a2a05db
net: dsa: mv88e6xxx: add POT flag to 88E6390
by Vivien Didelot
· 8 years ago
51c901a
net: dsa: mv88e6xxx: distinguish Global 2 Rsvd2CPU
by Vivien Didelot
· 8 years ago
d6c5e6a
net: dsa: mv88e6xxx: add number of Global 2 IRQs
by Vivien Didelot
· 8 years ago
74e6024
net: dsa: mv88e6xxx: remove 88E6185 G2 interrupt
by Vivien Didelot
· 8 years ago
2466f64
net: dsa: mv88e6xxx: remove unused capabilities
by Vivien Didelot
· 8 years ago
bd80720
net: dsa: mv88e6xxx: fix 88E6321 family comment
by Vivien Didelot
· 8 years ago
c56a71a
net: dsa: mv88e6xxx: remove LED control register
by Vivien Didelot
· 8 years ago
7b23268
net: dsa: mv88e6xxx: remove unneeded dsa header
by Vivien Didelot
· 8 years ago
46f55cf
net: fix build error in devmap helper calls
by John Fastabend
· 8 years ago
95b80bf
mdio_bus: Remove unneeded gpiod NULL check
by Fabio Estevam
· 8 years ago
24251c2
samples/bpf: add option for native and skb mode for redirect apps
by Andy Gospodarek
· 8 years ago
7924a42
net: ec_bhf: constify pci_device_id.
by Arvind Yadav
· 8 years ago
c744cf5
net: cadence: macb: constify pci_device_id.
by Arvind Yadav
· 8 years ago
06dc75a
net: Revert "net: add function to allocate sk_buff head without data area"
by Florian Westphal
· 8 years ago
5c3c608
Merge branch 'net-ufo-remove'
by David S. Miller
· 8 years ago
d9d30ad
net: Kill NETIF_F_UFO and SKB_GSO_UDP.
by David S. Miller
· 8 years ago
6800b2e
inet: Remove software UFO fragmenting code.
by David S. Miller
· 8 years ago
880388a
net: Remove all references to SKB_GSO_UDP.
by David S. Miller
· 8 years ago
988cf74
inet: Stop generating UFO packets.
by David S. Miller
· 8 years ago
08a00fe
net: Remove references to NETIF_F_UFO from ethtool.
by David S. Miller
· 8 years ago
d4c023f
net: Remove references to NETIF_F_UFO in netdev_fix_features().
by David S. Miller
· 8 years ago
e078de0
virtio_net: Remove references to NETIF_F_UFO.
by David S. Miller
· 8 years ago
2082499
dummy: Remove references to NETIF_F_UFO.
by David S. Miller
· 8 years ago
d591a1f
tun/tap: Remove references to NETIF_F_UFO.
by David S. Miller
· 8 years ago
fb652fd
macvlan/macvtap: Remove NETIF_F_UFO advertisement.
by David S. Miller
· 8 years ago
182e0b6
ipvlan: Stop advertising NETIF_F_UFO support.
by David S. Miller
· 8 years ago
f9c45ae
macb: Remove bogus reference to NETIF_F_UFO.
by David S. Miller
· 8 years ago
ed22e2f
s2io: Remove UFO support.
by David S. Miller
· 8 years ago
6093ec2
Merge branch 'xdp-redirect'
by David S. Miller
· 8 years ago
9d6e005
xdp: bpf redirect with map sample program
by John Fastabend
· 8 years ago
2ddf71e
net: add notifier hooks for devmap bpf map
by John Fastabend
· 8 years ago
11393cc
xdp: Add batching support to redirect map
by John Fastabend
· 8 years ago
97f91a7
bpf: add bpf_redirect_map helper routine
by John Fastabend
· 8 years ago
546ac1f
bpf: add devmap, a map for storing net device references
by John Fastabend
· 8 years ago
5acaee0
xdp: add trace event for xdp redirect
by John Fastabend
· 8 years ago
6453073
ixgbe: add initial support for xdp redirect
by John Fastabend
· 8 years ago
6103aa9
net: implement XDP_REDIRECT for xdp generic
by John Fastabend
· 8 years ago
832622e
xdp: sample program for new bpf_redirect helper
by John Fastabend
· 8 years ago
814abfa
xdp: add bpf_redirect helper function
by John Fastabend
· 8 years ago
d445516
net: xdp: support xdp generic on virtual devices
by John Fastabend
· 8 years ago
90382dc
ixgbe: NULL xdp_tx rings on resource cleanup
by John Fastabend
· 8 years ago
ff65fa6
Merge branch 'mlxsw-traps'
by David S. Miller
· 8 years ago
9df552e
mlxsw: spectrum: Improve IPv6 unregistered multicast flooding
by Arkadi Sharshevsky
· 8 years ago
588823f
mlxsw: spectrum: Add support for IPv6 MLDv1/2 traps
by Arkadi Sharshevsky
· 8 years ago
7607dd3
mlxsw: spectrum: Trap IPv4 packets with Router Alert option
by Ido Schimmel
· 8 years ago
0fcc484
mlxsw: spectrum: Mark packets trapped in router
by Ido Schimmel
· 8 years ago
ef210ec
Merge branch 'mlxsw-ttl-tos'
by David S. Miller
· 8 years ago
87996f9
mlxsw: spectrum_flower: Add support for ip tos
by Or Gerlitz
· 8 years ago
abac7b0
mlxsw: spectrum: Add tos to the ipv4 acl block
by Or Gerlitz
· 8 years ago
80d0fe4
mlxsw: acl: Add ip tos acl element
by Or Gerlitz
· 8 years ago
fcbca82
mlxsw: spectrum_flower: Add support for ip ttl
by Or Gerlitz
· 8 years ago
046759a
mlxsw: spectrum: Add ttl to the ipv4 acl block
by Or Gerlitz
· 8 years ago
5f57e09
mlxsw: acl: Add ip ttl acl element
by Or Gerlitz
· 8 years ago
b145425
inetpeer: remove AVL implementation in favor of RB tree
by Eric Dumazet
· 8 years ago
27eac47
net/unix: drop obsolete fd-recursion limits
by David Herrmann
· 8 years ago
3ccc6c6
skbuff: optimize the pull_pages code in __pskb_pull_tail()
by linzhang
· 8 years ago
b3a703c
dt-bindings: net: ravb : Add support for r8a7743 SoC
by Biju Das
· 8 years ago
ee06b17
net: axienet: add support for standard phy-mode binding
by Alvaro G. M
· 8 years ago
a288855
Merge branch 'sctp-typedef-remove-part-2'
by David S. Miller
· 8 years ago
1474774
sctp: remove the typedef sctp_hmac_algo_param_t
by Xin Long
· 8 years ago
a762a9d
sctp: remove the typedef sctp_chunks_param_t
by Xin Long
· 8 years ago
b02db702
sctp: remove the typedef sctp_random_param_t
by Xin Long
· 8 years ago
15328d9
sctp: remove the typedef sctp_supported_ext_param_t
by Xin Long
· 8 years ago
85f6bd2
sctp: remove the typedef sctp_adaptation_ind_param_t
by Xin Long
· 8 years ago
c1dd5df
sctp: remove struct sctp_ecn_capable_param
by Xin Long
· 8 years ago
e925d50
sctp: remove the typedef sctp_supported_addrs_param_t
by Xin Long
· 8 years ago
df9af00
sctp: remove the typedef sctp_hostname_param_t
by Xin Long
· 8 years ago
365ddb6
sctp: remove the typedef sctp_cookie_preserve_param_t
by Xin Long
· 8 years ago
00987cc
sctp: remove the typedef sctp_ipv6addr_param_t
by Xin Long
· 8 years ago
a38905e
sctp: remove the typedef sctp_ipv4addr_param_t
by Xin Long
· 8 years ago
aed20a5
rds: cancel send/recv work before queuing connection shutdown
by Sowmini Varadhan
· 8 years ago
ce3dbe2
Merge branch 'atm-constify-atm-pci_device_id'
by David S. Miller
· 8 years ago
97ae5c2
atm: idt77252: constify pci_device_id.
by Arvind Yadav
· 8 years ago
f283974
atm: eni: constify pci_device_id.
by Arvind Yadav
· 8 years ago
0fdfb33
atm: firestream: constify pci_device_id.
by Arvind Yadav
· 8 years ago
aea39c7
atm: zatm: constify pci_device_id.
by Arvind Yadav
· 8 years ago
626e87c
atm: lanai: constify pci_device_id.
by Arvind Yadav
· 8 years ago
6d6148b
atm: solos-pci: constify pci_device_id.
by Arvind Yadav
· 8 years ago
77c0805
atm: horizon: constify pci_device_id.
by Arvind Yadav
· 8 years ago
5c00784
atm: he: constify pci_device_id.
by Arvind Yadav
· 8 years ago
2f3e260
atm: nicstar: constify pci_device_id.
by Arvind Yadav
· 8 years ago
d5c5665
atm: fore200e: constify pci_device_id.
by Arvind Yadav
· 8 years ago
c21c5a7
atm: ambassador: constify pci_device_id.
by Arvind Yadav
· 8 years ago
Next »