index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-04
libceph: introduce decode{,_new}_pools() and switch to them
Ilya Dryomov
1
-37
/
+57
2014-04-04
libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()
Ilya Dryomov
1
-6
/
+8
2014-04-04
libceph: fix and clarify ceph_decode_need() sizes
Ilya Dryomov
1
-6
/
+7
2014-04-04
libceph: nuke bogus encoding version check in osdmap_apply_incremental()
Ilya Dryomov
1
-5
/
+4
2014-04-04
libceph: fixup error handling in osdmap_apply_incremental()
Ilya Dryomov
1
-32
/
+34
2014-04-04
libceph: fix crush_decode() call site in osdmap_decode()
Ilya Dryomov
1
-5
/
+2
2014-04-04
libceph: check length of osdmap osd arrays
Ilya Dryomov
1
-4
/
+10
2014-04-04
libceph: safely decode max_osd value in osdmap_decode()
Ilya Dryomov
1
-2
/
+4
2014-04-04
libceph: fixup error handling in osdmap_decode()
Ilya Dryomov
1
-26
/
+27
2014-04-04
libceph: split osdmap allocation and decode steps
Ilya Dryomov
2
-16
/
+30
2014-04-04
libceph: dump osdmap and enhance output on decode errors
Ilya Dryomov
1
-6
/
+15
2014-04-04
libceph: dump pg_temp mappings to debugfs
Ilya Dryomov
1
-0
/
+11
2014-04-04
libceph: do not prefix osd lines with \t in debugfs output
Ilya Dryomov
1
-1
/
+1
2014-04-04
libceph: refer to osdmap directly in osdmap_show()
Ilya Dryomov
1
-12
/
+14
2014-04-04
crush: add SET_CHOOSELEAF_VARY_R step
Ilya Dryomov
1
-0
/
+5
2014-04-04
crush: add chooseleaf_vary_r tunable
Ilya Dryomov
1
-6
/
+24
2014-04-04
crush: allow crush rules to set (re)tries counts to 0
Ilya Dryomov
1
-2
/
+2
2014-04-04
crush: fix off-by-one errors in total_tries refactor
Ilya Dryomov
1
-19
/
+27
2014-04-04
libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()
Yan, Zheng
1
-0
/
+6
2014-04-03
libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op
Ilya Dryomov
1
-0
/
+27
2014-04-03
libceph: encode CEPH_OSD_OP_FLAG_* op flags
Ilya Dryomov
1
-0
/
+2
2014-04-03
libceph: a per-osdc crush scratch buffer
Ilya Dryomov
1
-9
/
+16
2014-03-28
vlan: Warn the user if lowerdev has bad vlan features.
Vlad Yasevich
1
-0
/
+3
2014-03-28
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
2
-5
/
+20
2014-03-28
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
2
-5
/
+11
2014-03-28
ipv6: move DAD and addrconf_verify processing to workqueue
Hannes Frederic Sowa
1
-51
/
+142
2014-03-28
tcp: fix get_timewait4_sock() delay computation on 64bit
Eric Dumazet
1
-1
/
+1
2014-03-28
openvswitch: fix a possible deadlock and lockdep warning
Flavio Leitner
1
-20
/
+6
2014-03-28
bridge: Fix handling stacked vlan tags
Toshiaki Makita
1
-17
/
+1
2014-03-28
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
Toshiaki Makita
2
-3
/
+15
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
3
-10
/
+32
2014-03-27
vlan: Set hard_header_len according to available acceleration
Vlad Yasevich
2
-2
/
+5
2014-03-26
net: unix: non blocking recvmsg() should not return -EINTR
Eric Dumazet
1
-5
/
+12
2014-03-26
ip_tunnel: Fix dst ref-count.
Pravin B Shelar
3
-3
/
+9
2014-03-24
tipc: fix spinlock recursion bug for failed subscriptions
Erik Hugne
1
-14
/
+15
2014-03-24
netpoll: fix the skb check in pkt_is_ns
Li RongQing
1
-1
/
+1
2014-03-20
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
2
-5
/
+7
2014-03-20
ip6mr: fix mfc notification flags
Nicolas Dichtel
1
-5
/
+8
2014-03-20
ipmr: fix mfc notification flags
Nicolas Dichtel
1
-5
/
+8
2014-03-20
rtnetlink: fix fdb notification flags
Nicolas Dichtel
1
-4
/
+6
2014-03-20
openvswitch: Correctly report flow used times for first 5 minutes after boot.
Ben Pfaff
1
-1
/
+1
2014-03-18
ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly
lucien
1
-8
/
+6
2014-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-12
/
+13
2014-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-121
/
+207
2014-03-13
ipv6: Avoid unnecessary temporary addresses being generated
Heiner Kallweit
1
-1
/
+4
2014-03-12
net: socket: error on a negative msg_namelen
Matthew Leach
1
-0
/
+4
2014-03-11
bridge: multicast: enable snooping on general queries only
Linus Lüssing
1
-3
/
+5
2014-03-11
bridge: multicast: add sanity check for general query destination
Linus Lüssing
1
-0
/
+19
2014-03-11
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
2
-1
/
+15
2014-03-11
skbuff: skb_segment: orphan frags before copying
Michael S. Tsirkin
1
-0
/
+6
[next]