index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-19
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
3
-22
/
+22
2021-01-19
net: dsa: b53: fix an off by one in checking "vlan->vid"
Dan Carpenter
1
-1
/
+1
2021-01-19
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
1
-12
/
+13
2021-01-19
selftests: net: fib_tests: remove duplicate log test
Hangbin Liu
1
-1
/
+0
2021-01-19
net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
Bongsu Jeon
1
-1
/
+1
2021-01-19
sh_eth: Fix power down vs. is_opened flag ordering
Geert Uytterhoeven
1
-2
/
+2
2021-01-19
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
2
-0
/
+8
2021-01-19
Merge branch 'ipv4-ensure-ecn-bits-don-t-influence-source-address-validation'
Jakub Kicinski
2
-2
/
+3
2021-01-19
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-19
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-19
Merge branch 'sh_eth-fix-reboot-crash'
Jakub Kicinski
3
-2
/
+33
2021-01-19
sh_eth: Make PHY access aware of Runtime PM to fix reboot crash
Geert Uytterhoeven
1
-0
/
+26
2021-01-19
mdio-bitbang: Export mdiobb_{read,write}()
Geert Uytterhoeven
2
-2
/
+7
2021-01-19
net: core: devlink: use right genl user_ptr when handling port param get/set
Oleksandr Mazur
1
-2
/
+2
2021-01-18
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
6
-7
/
+14
2021-01-18
Merge branch 'ipv6-fixes-for-the-multicast-routes'
Jakub Kicinski
1
-1
/
+2
2021-01-18
ipv6: set multicast flag on the multicast route
Matteo Croce
1
-1
/
+1
2021-01-18
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
1
-0
/
+1
2021-01-18
Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
6
-40
/
+54
2021-01-18
net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext
Rasmus Villemoes
1
-0
/
+4
2021-01-18
net: mscc: ocelot: allow offloading of bridge on top of LAG
Vladimir Oltean
1
-3
/
+1
2021-01-16
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-15
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Eric Dumazet
1
-2
/
+6
2021-01-15
net_sched: gen_estimator: support large ewma log
Eric Dumazet
1
-4
/
+7
2021-01-15
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet
1
-1
/
+2
2021-01-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
14
-115
/
+128
2021-01-15
cls_flower: call nla_ok() before nla_next()
Cong Wang
1
-9
/
+13
2021-01-15
MAINTAINERS: Update my email address
Björn Töpel
2
-2
/
+4
2021-01-15
octeontx2-af: Fix missing check bugs in rvu_cgx.c
Yingjie Wang
1
-0
/
+6
2021-01-14
Merge tag 'linux-kselftest-fixes-5.11-rc4' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-2
/
+4
2021-01-14
Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
54
-223
/
+569
2021-01-14
mac80211: check if atf has been disabled in __ieee80211_schedule_txq
Lorenzo Bianconi
1
-1
/
+1
2021-01-14
mac80211: do not drop tx nulldata packets on encrypted links
Felix Fietkau
1
-1
/
+1
2021-01-14
mac80211: fix encryption key selection for 802.3 xmit
Felix Fietkau
1
-12
/
+15
2021-01-14
mac80211: fix fast-rx encryption check
Felix Fietkau
1
-0
/
+2
2021-01-14
mac80211: fix incorrect strlen of .write in debugfs
Shayne Chen
1
-24
/
+20
2021-01-14
cfg80211: fix a kerneldoc markup
Mauro Carvalho Chehab
1
-1
/
+1
2021-01-14
mptcp: fix locking in mptcp_disconnect()
Paolo Abeni
1
-2
/
+7
2021-01-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
13
-12
/
+55
2021-01-14
net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM
Tariq Toukan
2
-4
/
+10
2021-01-14
Merge branch 'maintainers-remove-inactive-folks-from-networking'
Jakub Kicinski
2
-8
/
+25
2021-01-14
MAINTAINERS: dccp: move Gerrit Renker to CREDITS
Jakub Kicinski
2
-2
/
+5
2021-01-14
MAINTAINERS: ipvs: move Wensong Zhang to CREDITS
Jakub Kicinski
2
-1
/
+4
2021-01-14
MAINTAINERS: tls: move Aviad to CREDITS
Jakub Kicinski
2
-1
/
+4
2021-01-14
MAINTAINERS: ena: remove Zorik Machulsky from reviewers
Jakub Kicinski
1
-1
/
+0
2021-01-14
MAINTAINERS: vrf: move Shrijeet to CREDITS
Jakub Kicinski
2
-1
/
+4
2021-01-14
MAINTAINERS: net: move Alexey Kuznetsov to CREDITS
Jakub Kicinski
2
-1
/
+4
2021-01-14
MAINTAINERS: altx: move Jay Cliburn to CREDITS
Jakub Kicinski
2
-1
/
+4
2021-01-14
net: avoid 32 x truesize under-estimation for tiny skbs
Eric Dumazet
1
-2
/
+7
2021-01-14
nt: usb: USB_RTL8153_ECM should not default to y
Geert Uytterhoeven
1
-1
/
+0
[next]