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.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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-29
inet: add RCU protection to inet->opt
Eric Dumazet
15
-160
/
+224
2011-04-28
net: filter: Just In Time compiler for x86-64
Eric Dumazet
4
-61
/
+28
2011-04-28
ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().
David S. Miller
1
-10
/
+0
2011-04-28
ipv4: Sanitize and simplify ip_route_{connect,newports}()
David S. Miller
5
-16
/
+18
2011-04-28
sctp: clean up route lookup calls
Vlad Yasevich
3
-29
/
+23
2011-04-28
sctp: remove useless arguments from get_saddr() call
Vlad Yasevich
3
-6
/
+2
2011-04-28
sctp: make sctp over IPv6 work with IPsec
Vlad Yasevich
1
-5
/
+11
2011-04-28
sctp: cache the ipv6 source after route lookup
Vlad Yasevich
4
-119
/
+106
2011-04-28
sctp: fix sctp to work with ipv6 source address routing
Weixing Shi
1
-1
/
+43
2011-04-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
15
-22
/
+74
2011-04-26
bluetooth: Fix use-before-initiailized var.
David S. Miller
1
-1
/
+1
2011-04-25
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
24
-740
/
+1219
2011-04-25
bonding: move processing of recv handlers into handle_frame()
Jiri Pirko
1
-21
/
+0
2011-04-25
net: make WARN_ON in dev_disable_lro() useful
Michał Mirosław
1
-1
/
+2
2011-04-25
net: provide cow_metrics() methods to blackhole dst_ops
Held Bernhard
2
-0
/
+14
2011-04-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
24
-740
/
+1219
2011-04-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
6
-7
/
+16
2011-04-22
inet: constify ip headers and in6_addr
Eric Dumazet
55
-276
/
+280
2011-04-22
Revert "bridge: Forward reserved group addresses if !STP"
David S. Miller
1
-1
/
+1
2011-04-22
ipv6: Remove hoplimit initialization to -1
Thomas Egerer
1
-1
/
+0
2011-04-22
net: fix hw_features ethtool_ops->set_flags compatibility
Michał Mirosław
1
-2
/
+2
2011-04-21
ipv6: udp: fix the wrong headroom check
Shan Wei
1
-1
/
+1
2011-04-21
sctp: implement event notification SCTP_SENDER_DRY_EVENT
Wei Yongjun
3
-1
/
+53
2011-04-21
sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT
Wei Yongjun
1
-1
/
+1
2011-04-21
sctp: implement socket option SCTP_GET_ASSOC_ID_LIST
Wei Yongjun
1
-0
/
+52
2011-04-21
mac80211: fix SMPS debugfs locking
Johannes Berg
2
-2
/
+4
2011-04-20
can: add missing socket check in can/raw release
Oliver Hartkopp
1
-1
/
+6
2011-04-20
sctp: move chunk from retransmit queue to abandoned list
Wei Yongjun
1
-0
/
+7
2011-04-20
sctp: make heartbeat information in sctp_make_heartbeat()
Wei Yongjun
2
-15
/
+14
2011-04-20
sctp: fix to check the source address of COOKIE-ECHO chunk
Wei Yongjun
3
-16
/
+27
2011-04-20
sctp: handle ootb packet in chunk order as defined
Shan Wei
2
-15
/
+21
2011-04-20
sctp: bail from sctp_endpoint_lookup_assoc() if not bound
Vlad Yasevich
1
-6
/
+14
2011-04-20
sctp: remove completely unsed EMPTY state
Vlad Yasevich
3
-78
/
+0
2011-04-20
sctp: check invalid value of length parameter in error cause
Shan Wei
1
-1
/
+8
2011-04-20
sctp: check parameter value of length in ERROR chunk
Shan Wei
1
-0
/
+5
2011-04-20
net: batman-adv: remove rx_csum ethtool_ops
Michał Mirosław
1
-13
/
+0
2011-04-20
net: dsa: remove ethtool_ops->set_sg
Michał Mirosław
1
-1
/
+0
2011-04-20
sctp: Release all routes when processing acks ADD_IP or DEL_IP
Vlad Yasevich
1
-6
/
+2
2011-04-20
sctp: Allow bindx_del to accept 0 port
Vlad Yasevich
1
-1
/
+5
2011-04-20
sctp: teach CACC algorithm about removed transports
Vlad Yasevich
1
-3
/
+8
2011-04-20
sctp: use memdup_user to copy data from userspace
Shan Wei
1
-16
/
+6
2011-04-20
sctp: kill abandoned SCTP_CMD_TRANSMIT command
Shan Wei
1
-6
/
+0
2011-04-20
sctp: use common head of addr parameter to access member in addr-unrelated code
Shan Wei
2
-6
/
+6
2011-04-20
sctp: fix the comment of sctp_sf_violation_paramlen()
Shan Wei
1
-2
/
+3
2011-04-20
can: Add missing socket check in can/bcm release.
Dave Jones
1
-1
/
+6
2011-04-19
mac80211: explain padding in place of rate field
Johannes Berg
1
-1
/
+2
2011-04-19
mac80211: add a function for setting the TIM bit for a specific station
Felix Fietkau
2
-1
/
+15
2011-04-19
mac80211: fix debugfs printk format warning
Randy Dunlap
1
-1
/
+1
2011-04-19
rfkill: Regulator consumer driver for rfkill
Antonio Ospite
3
-0
/
+176
2011-04-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
3
-666
/
+754
[next]