index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-20
Merge branch 'rhashtable-inlined-interface'
David S. Miller
6
-489
/
+538
2015-03-20
rhashtable: Rip out obsolete out-of-line interface
Herbert Xu
2
-300
/
+3
2015-03-20
tipc: Use inlined rhashtable interface
Herbert Xu
1
-14
/
+18
2015-03-20
test_rhashtable: Use inlined rhashtable interface
Herbert Xu
1
-14
/
+19
2015-03-20
netfilter: Convert nft_hash to inlined rhashtable
Herbert Xu
1
-41
/
+29
2015-03-20
netlink: Move namespace into hash key
Herbert Xu
1
-32
/
+56
2015-03-20
rhashtable: Allow hash/comparison functions to be inlined
Herbert Xu
2
-113
/
+436
2015-03-20
rhashtable: Make rhashtable_init params argument const
Herbert Xu
2
-4
/
+6
2015-03-20
ebpf, filter: do not convert skb->protocol to host endianess during runtime
Daniel Borkmann
1
-15
/
+14
2015-03-20
ipv6: invert join/leave anycast rtnl/socket locking order
Marcelo Ricardo Leitner
2
-7
/
+7
2015-03-20
vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}
Marcelo Ricardo Leitner
1
-2
/
+2
2015-03-20
xen-netback: making the bandwidth limiter runtime settable
Palik, Imre
4
-3
/
+63
2015-03-20
Merge branch 'listener_refactor_part_14'
David S. Miller
24
-254
/
+220
2015-03-20
net: increase sk_[max_]ack_backlog
Eric Dumazet
2
-4
/
+2
2015-03-20
inet: get rid of central tcp/dccp listener timer
Eric Dumazet
18
-198
/
+173
2015-03-20
inet: drop prev pointer handling in request sock
Eric Dumazet
14
-74
/
+67
2015-03-19
rhashtable: Round up/down min/max_size to ensure we respect limit
Thomas Graf
1
-2
/
+8
2015-03-19
i40e: add NVM update events to AQ clean
Shannon Nelson
1
-0
/
+4
2015-03-19
tipc: fix build issue when building without IPv6
Marcelo Ricardo Leitner
1
-1
/
+5
2015-03-19
Merge branch 'cxgb4-next'
David S. Miller
4
-7
/
+4
2015-03-19
cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"
Hariprasad Shenai
4
-7
/
+3
2015-03-19
cxgb4: Add device ID for new adapter
Hariprasad Shenai
1
-0
/
+1
2015-03-19
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
20
-640
/
+1485
2015-03-19
Merge branch 'tipc-next'
David S. Miller
2
-17
/
+28
2015-03-19
tipc: add support for connect() on dgram/rdm sockets
Erik Hugne
1
-14
/
+24
2015-03-19
tipc: do not report -EHOSTUNREACH for failed local delivery
Erik Hugne
1
-2
/
+4
2015-03-19
tipc: remove redundant call to tipc_node_remove_conn
Erik Hugne
1
-1
/
+0
2015-03-19
mac802154: fix typo in header guard
Nicolas Iooss
1
-2
/
+2
2015-03-18
net/mlx4_en: mlx4_en_set_tx_maxrate() can be static
Wu Fengguang
1
-1
/
+1
2015-03-18
bridge: add ageing_time, stp_state, priority over netlink
Jörg Thalheim
2
-1
/
+34
2015-03-18
net: Fix high overhead of vlan sub-device teardown.
David S. Miller
3
-7
/
+20
2015-03-18
inet: add a schedule point in inet_twsk_purge()
Eric Dumazet
1
-0
/
+1
2015-03-18
rocker: add support for phys_port_name
David Ahern
2
-0
/
+65
2015-03-18
net: add support for phys_port_name
David Ahern
6
-0
/
+75
2015-03-18
vxlan: Move socket initialization to within rtnl scope
Marcelo Ricardo Leitner
1
-102
/
+51
2015-03-18
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
11
-87
/
+51
2015-03-18
ipv4,ipv6: grab rtnl before locking the socket
Marcelo Ricardo Leitner
2
-14
/
+52
2015-03-18
Merge branch 'listen_refactor_part_13'
David S. Miller
17
-174
/
+110
2015-03-18
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
5
-10
/
+15
2015-03-18
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
3
-9
/
+6
2015-03-18
ipv6: get rid of __inet6_hash()
Eric Dumazet
6
-75
/
+12
2015-03-18
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
7
-45
/
+45
2015-03-18
net: introduce sk_ehashfn() helper
Eric Dumazet
2
-11
/
+8
2015-03-18
netns: constify net_hash_mix() and various callers
Eric Dumazet
9
-31
/
+31
2015-03-18
Merge branch 'txq_max_rate'
David S. Miller
12
-18
/
+181
2015-03-18
net/mlx4_en: Add tx queue maxrate support
Or Gerlitz
1
-0
/
+29
2015-03-18
net/mlx4_core: Add basic support for QP max-rate limiting
Or Gerlitz
7
-6
/
+72
2015-03-18
net: Add max rate tx queue attribute
John Fastabend
4
-12
/
+80
2015-03-18
cc2520: Add support for CC2591 amplifier.
Brad Campbell
3
-8
/
+52
2015-03-18
cc2520: Do not store platform_data in spi_device
Brad Campbell
1
-49
/
+46
[next]