Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8a2c9a5ab4b933efd611af0a1313ec7892f5df1a
/
include
5b8e2f6
net: sock_rps_record_flow() is for connected sockets
by Eric Dumazet
· 8 years ago
c63d352
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
da1b466
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
efc4515
uapi glibc compat: fix outer guard of net device flags enum
by Jonas Gorski
· 8 years ago
ffe3bb8
uapi: export nf_log.h
by stephen hemminger
· 8 years ago
ad55885
uapi: export tc_skbmod.h
by stephen hemminger
· 8 years ago
7bd509e
bpf: add prog_digest and expose it via fdinfo/netlink
by Daniel Borkmann
· 8 years ago
1c0d32f
net_sched: gen_estimator: complete rewrite of rate estimators
by Eric Dumazet
· 8 years ago
c354368
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 8 years ago
7aa5470
tcp: tsq: move tsq_flags close to sk_wmem_alloc
by Eric Dumazet
· 8 years ago
9115e8c
net: reorganize struct sock for better data locality
by Eric Dumazet
· 8 years ago
40fc342
tcp: tsq: add tsq_flags / tsq_enum
by Eric Dumazet
· 8 years ago
ef3263e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
adc176c
ipv6 addrconf: Implemented enhanced DAD (RFC7527)
by Erik Nordmark
· 8 years ago
c3852ef
ipv4: fib: Replay events when registering FIB notifier
by Ido Schimmel
· 8 years ago
cacaad1
ipv4: fib: Allow for consistent FIB dumping
by Ido Schimmel
· 8 years ago
1c677b3
ipv4: fib: Add fib_info_hold() helper
by Ido Schimmel
· 8 years ago
6af2d5f
netns: fix net_generic() "id - 1" bloat
by Alexey Dobriyan
· 8 years ago
9bfc7b9
netns: add dummy struct inside "struct net_generic"
by Alexey Dobriyan
· 8 years ago
4f7df33
netlink: 2-clause nla_ok()
by Alexey Dobriyan
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8bca927
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
aa4c103
bpf: Add support for reading socket family, type, protocol
by David Ahern
· 8 years ago
61023658
bpf: Add new cgroup attach type to enable sock modifications
by David Ahern
· 8 years ago
b2cd125
bpf: Refactor cgroups code in prep for new type
by David Ahern
· 8 years ago
7091d8c
net/sched: cls_flower: Add offload support using egress Hardware device
by Hadar Hen Zion
· 8 years ago
255cb30
net/sched: act_mirred: Add new tc_action_ops get_dev()
by Hadar Hen Zion
· 8 years ago
55330f0
net/sched: Add separate check for skip_hw flag
by Hadar Hen Zion
· 8 years ago
95a22ca
tcp: randomize tcp timestamp offsets for each connection
by Florian Westphal
· 8 years ago
fc83182
qed: Add support for hardware offloaded iSCSI.
by Yuval Mintz
· 8 years ago
8ab2ae6
default exported asm symbols to zero
by Arnd Bergmann
· 8 years ago
366cbf2
bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller
by Daniel Borkmann
· 8 years ago
3a0af8f
bpf: BPF for lightweight tunnel infrastructure
by Thomas Graf
· 8 years ago
1c1b522
net/mlx5e: Implement Fragmented Work Queue (WQ)
by Tariq Toukan
· 8 years ago
4db5e63
Merge tag 'pci-v4.9-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
92cf44e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 8 years ago
f4ed2fe
net: phy: add mdix_ctrl to hold the user configuration.
by Raju Lakkaraju
· 8 years ago
3d2dd61
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 8 years ago
5cbc198
mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb
by Kirill A. Shutemov
· 8 years ago
045d599
kasan: update kasan_global for gcc 7
by Dmitry Vyukov
· 8 years ago
3da7a37
qed*: Handle-based L2-queues.
by Mintz, Yuval
· 8 years ago
6d937ac
qed: Optimize qed_chain datapath usage
by Mintz, Yuval
· 8 years ago
0382a25
l2tp: lock socket before checking flags in connect()
by Guillaume Nault
· 8 years ago
b634d30
cgroup, bpf: remove unnecessary #include
by Alexei Starovoitov
· 8 years ago
2425f18
Input: change KEY_DATA from 0x275 to 0x277
by Ping Cheng
· 8 years ago
85de857
bpf, xdp: allow to pass flags to dev_change_xdp_fd
by Daniel Borkmann
· 8 years ago
820ee17
net: phy: broadcom: Add support code for reading PHY counters
by Florian Fainelli
· 8 years ago
1c88580
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
by Francis Yan
· 8 years ago
efd9017
tcp: export sender limits chronographs to TCP_INFO
by Francis Yan
· 8 years ago
0f87230
tcp: instrument how long TCP is busy sending
by Francis Yan
· 8 years ago
05b055e
tcp: instrument tcp sender limits chronographs
by Francis Yan
· 8 years ago
5102981
crypto: drbg - prevent invalid SG mappings
by Stephan Mueller
· 8 years ago
3f65047
of_mdio: add helper to deregister fixed-link PHYs
by Johan Hovold
· 8 years ago
1fc3135
dt-bindings: net: add EEE capability constants
by jbrunet
· 8 years ago
d853d14
net: phy: add an option to disable EEE advertisement
by jbrunet
· 8 years ago
b435370
Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"
by Tariq Toukan
· 8 years ago
341c5ee
net/mlx5: Add DCBX firmware commands support
by Huy Nguyen
· 8 years ago
3a6a931
net/mlx5e: Support DCBX CEE API
by Huy Nguyen
· 8 years ago
faa1fa5
net/sched: Export tc_tunnel_key so its UAPI accessible
by Roi Dayan
· 8 years ago
c491680
bpf: reuse dev_is_mac_header_xmit for redirect
by Daniel Borkmann
· 8 years ago
8857519
bpf: drop unnecessary context cast from BPF_PROG_RUN
by Daniel Borkmann
· 8 years ago
5a717f4
netdevice: fix sparse warning for HARD_TX_LOCK
by Michael S. Tsirkin
· 8 years ago
105ecad
Merge git://git.infradead.org/intel-iommu
by Linus Torvalds
· 8 years ago
21fcf57
Bluetooth: __ variants of u8 and friends are not neccessary inside kernel
by Pavel Machek
· 8 years ago
0b42f25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a0d60e6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
f432455
bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commands
by Daniel Mack
· 8 years ago
3007098
cgroup: add support for eBPF programs
by Daniel Mack
· 8 years ago
0e33661
bpf: add new prog type for cgroup socket filtering
by Daniel Mack
· 8 years ago
f9e154a
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 8 years ago
34e4e99
net/mlx5: Enable to query min inline for a specific vport
by Roi Dayan
· 8 years ago
59bfde0
devlink: Add E-Switch inline mode control
by Roi Dayan
· 8 years ago
3df5b3c
net: Add net-device param to the get offloaded stats ndo
by Or Gerlitz
· 8 years ago
d06f78c
net: phy: broadcom: Add support code for downshift/Wirespeed
by Florian Fainelli
· 8 years ago
e22e996
net/phy: add trace events for mdio accesses
by Uwe Kleine-König
· 8 years ago
5173bc6
netfilter: nat: fix crash when conntrack entry is re-used
by Florian Westphal
· 8 years ago
d3e2a11
netfilter: nf_tables: fix inconsistent element expiration calculation
by Anders K. Pedersen
· 8 years ago
7223ecd
netfilter: nat: switch to new rhlist interface
by Florian Westphal
· 8 years ago
920c1cd
netdevice.h: fix kernel-doc warning
by Randy Dunlap
· 8 years ago
e784930
PCI: Export pcie_find_root_port
by Johannes Thumshirn
· 8 years ago
39385cb
Bluetooth: Fix using the correct source address type
by Johan Hedberg
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8e5bfa8
sched/autogroup: Do not use autogroup->tg in zombie threads
by Oleg Nesterov
· 8 years ago
27e7ab9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
e979918
tcp: make undo_cwnd mandatory for congestion modules
by Florian Westphal
· 8 years ago
aa2ae3e
bridge: mcast: add MLDv2 querier support
by Nikolay Aleksandrov
· 8 years ago
5e92358
bridge: mcast: add IGMPv3 query support
by Nikolay Aleksandrov
· 8 years ago
6d67942dd
bpf: add __must_check attributes to refcount manipulating helpers
by Daniel Borkmann
· 8 years ago
c72d8cd
net: fix bogus cast in skb_pagelen() and use unsigned variables
by Alexey Dobriyan
· 8 years ago
3b2c75d
netlink: use "unsigned int" in nla_next()
by Alexey Dobriyan
· 8 years ago
dce9ce3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
e3fd9a9
kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use
by Paolo Bonzini
· 8 years ago
9101704
iommu/vt-d: Fix PASID table allocation
by David Woodhouse
· 8 years ago
9403cd7
virtio_net: Do not clear memory for struct virtio_net_hdr twice.
by Jarno Rajahalme
· 8 years ago
d66016a
virtio_net.h: Fix comment.
by Jarno Rajahalme
· 8 years ago
20afa6e
Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
aad931a3
Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
aab0b24
Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes'
by Rafael J. Wysocki
· 8 years ago
0f5258c
netns: fix get_net_ns_by_fd(int pid) typo
by Stefan Hajnoczi
· 8 years ago
603ab57
bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_info
by Florian Fainelli
· 8 years ago
Next »