index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
packet: tpacket_snd(): fix signed/unsigned comparison
Alexander Drozdov
1
-1
/
+2
2015-07-29
arp: filter NOARP neighbours for SIOCGARP
Eric Dumazet
1
-7
/
+9
2015-07-29
net/ipv4: suppress NETDEV_UP notification on address lifetime update
David Ward
1
-1
/
+0
2015-07-29
bridge: stp: when using userspace stp stop kernel hello and hold timers
Nikolay Aleksandrov
3
-4
/
+18
2015-07-28
packet: missing dev_put() in packet_do_bind()
Lars Westerhoff
1
-5
/
+3
2015-07-28
macvtap: fix network header pointer for VLAN tagged pkts
Ivan Vecera
1
-0
/
+7
2015-07-28
fib_trie: Drop unnecessary calls to leaf_pull_suffix
Alexander Duyck
1
-4
/
+0
2015-07-28
macb: Fix build with macro'ized readl/writel.
David S. Miller
2
-15
/
+15
2015-07-27
net: fec: Ensure clocks are enabled while using mdio bus
Andrew Lunn
1
-13
/
+76
2015-07-27
net: netcp: Fixes SGMII reset on network interface shutdown
WingMan Kwok
3
-2
/
+47
2015-07-27
Merge branch 'macb-fixes'
David S. Miller
3
-65
/
+108
2015-07-27
net/macb: convert to kernel doc
Andy Shevchenko
1
-3
/
+11
2015-07-27
net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()
Andy Shevchenko
1
-8
/
+2
2015-07-27
net/macb: suppress compiler warnings
Andy Shevchenko
2
-6
/
+5
2015-07-27
net/macb: use dev_*() when netdev is not yet registered
Andy Shevchenko
1
-2
/
+2
2015-07-27
net/macb: check if macb_config present
Andy Shevchenko
1
-2
/
+1
2015-07-27
net/macb: improve big endian CPU support
Andy Shevchenko
2
-44
/
+87
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
5
-10
/
+14
2015-07-27
Merge branch 'r8152-fixes'
David S. Miller
1
-48
/
+80
2015-07-27
r8152: don't enable napi before rx ready
hayeswang
1
-2
/
+4
2015-07-27
r8152: fix wakeup settings
hayeswang
1
-6
/
+22
2015-07-27
r8152: fix the issue about U1/U2
hayeswang
1
-40
/
+54
2015-07-27
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-0
/
+4
2015-07-27
net: fec: introduce fec_ptp_stop and use in probe fail path
Lucas Stach
3
-3
/
+13
2015-07-27
net: fec: use managed DMA API functions to allocate BD ring
Lucas Stach
1
-2
/
+2
2015-07-27
niu: don't count tx error twice in case of headroom realloc fails
Jiri Pirko
1
-3
/
+1
2015-07-27
Merge branch 'inet-frag-fixes'
David S. Miller
6
-47
/
+42
2015-07-27
inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test
Nikolay Aleksandrov
4
-5
/
+7
2015-07-27
inet: frag: don't wait for timer deletion when evicting
Florian Westphal
1
-18
/
+11
2015-07-27
inet: frag: change *_frag_mem_limit functions to take netns_frags as argument
Florian Westphal
6
-20
/
+20
2015-07-27
inet: frag: don't re-use chainlist for evictor
Florian Westphal
2
-5
/
+5
2015-07-27
net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warnings
Daniel Borkmann
1
-6
/
+0
2015-07-27
Merge branch 'mlx4-fixes'
David S. Miller
4
-5
/
+22
2015-07-27
net/mlx4_en: Remove BUG_ON assert when checking if ring is full
Ido Shamay
1
-1
/
+0
2015-07-27
net/mlx4_core: Relieve cpu load average on the port sending flow
Jack Morgenstein
1
-2
/
+15
2015-07-27
net/mlx4_core: Fix wrong index in propagating port change event to VFs
Jack Morgenstein
1
-2
/
+2
2015-07-27
net/mlx4_core: Use sink counter for the VF default as fallback
Or Gerlitz
1
-0
/
+5
2015-07-27
bridge: netlink: fix slave_changelink/br_setport race conditions
Nikolay Aleksandrov
1
-1
/
+9
2015-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
13
-79
/
+164
2015-07-25
cgroup: net_cls: fix false-positive "suspicious RCU usage"
Konstantin Khlebnikov
1
-1
/
+2
2015-07-25
sch_choke: drop all packets in queue during reset
WANG Cong
1
-0
/
+13
2015-07-25
sch_plug: purge buffered packets during reset
WANG Cong
1
-0
/
+1
2015-07-25
Merge branch 'fib_select_default-fixes'
David S. Miller
5
-15
/
+35
2015-07-25
ipv4: consider TOS in fib_select_default
Julian Anastasov
5
-15
/
+30
2015-07-25
ipv4: fib_select_default should match the prefix
Julian Anastasov
1
-0
/
+5
2015-07-23
Bluetooth: Fix NULL pointer dereference in smp_conn_security
Johan Hedberg
1
-0
/
+4
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
79
-811
/
+714
2015-07-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-4
/
+5
2015-07-22
netfilter: nf_conntrack: Support expectations in different zones
Joe Stringer
1
-1
/
+2
2015-07-22
ARM64/irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
1
-2
/
+2
[next]