index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2018-07-20
net: create reusable function for getting ownership info of sysfs inodes
Tyler Hicks
2018-07-20
net-sysfs: make sure objects belong to container's owner
Dmitry Torokhov
2018-07-20
net-sysfs: require net admin in the init ns for setting tx_maxrate
Tyler Hicks
2018-07-20
net: Init backlog NAPI's gro_hash.
David S. Miller
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-19
flow_dissector: Dissect tos and ttl from the tunnel info
Or Gerlitz
2018-07-18
pktgen: convert safe uses of strncpy() to strcpy() to avoid string truncation...
Jakub Kicinski
2018-07-18
net: Move skb decrypted field, avoid explicity copy
Stefano Brivio
2018-07-18
xdp: fix uninitialized 'err' variable
Jakub Kicinski
2018-07-16
net: Fix GRO_HASH_BUCKETS assertion.
David S. Miller
2018-07-16
net: convert gro_count to bitmask
Li RongQing
2018-07-16
net: Add TLS RX offload feature
Ilya Lesokhin
2018-07-16
net: Add decrypted field to skb
Boris Pismenny
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-13
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-13
xdp: add per mode attributes for attached programs
Jakub Kicinski
2018-07-12
devlink: Add generic parameters region_snapshot
Alex Vesker
2018-07-12
devlink: Add support for region snapshot read command
Alex Vesker
2018-07-12
devlink: Add support for region snapshot delete command
Alex Vesker
2018-07-12
devlink: Extend the support querying for region snapshot IDs
Alex Vesker
2018-07-12
devlink: Add support for region get command
Alex Vesker
2018-07-12
devlink: Add support for creating region snapshots
Alex Vesker
2018-07-12
devlink: Add callback to query for snapshot id before snapshot create
Alex Vesker
2018-07-12
devlink: Add support for creating and destroying regions
Alex Vesker
2018-07-12
net: gro: properly remove skb from list
Prashant Bhole
2018-07-12
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
2018-07-11
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2018-07-11
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
2018-07-10
bpf: fix ldx in ld_abs rewrite for large offsets
Daniel Borkmann
2018-07-09
net: core: fix use-after-free in __netif_receive_skb_list_core
Edward Cree
2018-07-09
net: core: fix uses-after-free in list processing
Edward Cree
2018-07-09
net: allow fallback function to pass netdev
Alexander Duyck
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
net: Add generic ndo_select_queue functions
Alexander Duyck
2018-07-09
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
2018-07-09
net: Add support for subordinate device traffic classes
Alexander Duyck
2018-07-09
net-sysfs: Drop support for XPS and traffic_class on single queue device
Alexander Duyck
2018-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-07
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
2018-07-07
net/flow_dissector: Add support for QinQ dissection
Jianbo Liu
2018-07-07
net/flow_dissector: Save vlan ethertype from headers
Jianbo Liu
2018-07-07
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
2018-07-05
net: core: filter: mark expected switch fall-through
Gustavo A. R. Silva
2018-07-05
devlink: Add enable_sriov boolean generic parameter
Vasundhara Volam
[next]