index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-28
/
+56
2013-02-08
net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key
Daniel Borkmann
1
-5
/
+3
2013-02-08
ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c
Amerigo Wang
1
-4
/
+4
2013-02-08
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE
Alexander Duyck
1
-4
/
+0
2013-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
28
-85
/
+176
2013-02-08
net: sctp: sctp_endpoint_free: zero out secret key data
Daniel Borkmann
1
-0
/
+5
2013-02-08
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
Daniel Borkmann
1
-1
/
+1
2013-02-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
26
-379
/
+933
2013-02-08
l2tp: dont play with skb->truesize
Eric Dumazet
2
-12
/
+0
2013-02-07
net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls
Daniel Borkmann
1
-9
/
+12
2013-02-07
net: sctp: sctp_auth_key_put: use kzfree instead of kfree
Daniel Borkmann
1
-1
/
+1
2013-02-07
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
1
-7
/
+9
2013-02-06
ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()
Tommi Rantala
1
-1
/
+1
2013-02-06
net: reset mac header in dev_start_xmit()
Eric Dumazet
1
-0
/
+2
2013-02-06
net: adjust skb_gso_segment() for calling in rx path
Cong Wang
2
-6
/
+17
2013-02-06
wpan: use stack buffer instead of heap
Alexander Aring
1
-6
/
+1
2013-02-06
6lowpan: use stack buffer instead of heap
Alexander Aring
1
-9
/
+4
2013-02-06
6lowpan: Remove __init tag from lowpan_netlink_fini().
David S. Miller
1
-1
/
+1
2013-02-06
tcp: fix for zero packets_in_flight was too broad
Ilpo Järvinen
1
-2
/
+6
2013-02-06
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
2
-1
/
+66
2013-02-06
wpan: whitespace fix
Alexander Aring
1
-1
/
+1
2013-02-06
ipv6: Don't send packet to big messages to self
Steffen Klassert
1
-2
/
+1
2013-02-06
net: core: Remove unnecessary alloc/OOM messages
Joe Perches
2
-12
/
+6
2013-02-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-3
/
+16
2013-02-05
tcp: remove Appropriate Byte Count support
Stephen Hemminger
5
-53
/
+1
2013-02-05
ipv4: Disallow non-namespace aware protocols to register.
David S. Miller
3
-26
/
+6
2013-02-05
l2tp: Make ipv4 protocol handler namespace aware.
David S. Miller
1
-6
/
+10
2013-02-05
l2tp: create tunnel sockets in the right namespace
Tom Parkin
1
-33
/
+54
2013-02-05
l2tp: prevent tunnel creation on netns mismatch
Tom Parkin
1
-2
/
+9
2013-02-05
l2tp: set netnsok flag for netlink messages
Tom Parkin
1
-0
/
+1
2013-02-05
l2tp: put tunnel socket release on a workqueue
Tom Parkin
2
-44
/
+61
2013-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-60
/
+139
2013-02-04
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2
-3
/
+16
2013-02-04
ipcomp: Mark as netns_ok.
David S. Miller
1
-0
/
+1
2013-02-04
mcast: do not check 'rv' twice in a row
Jean Sacren
1
-4
/
+2
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
11
-38
/
+21
2013-02-04
sctp: sctp_close: fix release of bindings for deferred call_rcu's
Daniel Borkmann
1
-4
/
+5
2013-02-04
netns: bridge: allow unprivileged users add/delete mdb entry
Gao feng
1
-3
/
+0
2013-02-04
netns: ebtable: allow unprivileged users to operate ebtables
Gao feng
1
-10
/
+14
2013-02-04
netns: fdb: allow unprivileged users to add/del fdb entries
Gao feng
1
-6
/
+0
2013-02-04
tcp: ipv6: Update MIB counters for drops
Vijay Subramanian
1
-1
/
+5
2013-02-04
tcp: Update MIB counters for drops
Vijay Subramanian
1
-1
/
+2
2013-02-03
packet: fix leakage of tx_ring memory
Phil Sutter
1
-4
/
+6
2013-02-03
net: Fix inner_network_header assignment in skb-copy.
Pravin B Shelar
1
-1
/
+1
2013-02-03
tcp: frto should not set snd_cwnd to 0
Eric Dumazet
1
-1
/
+2
2013-02-03
tcp: fix an infinite loop in tcp_slow_start()
Eric Dumazet
1
-4
/
+10
2013-02-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2013-02-01
Bluetooth: Refactor mgmt_pending_foreach
Andre Guedes
1
-6
/
+2
2013-02-01
Bluetooth: Remove unneeded locking
Andre Guedes
1
-4
/
+0
2013-02-01
Bluetooth: Reduce critical section in sco_conn_ready
Andre Guedes
1
-8
/
+10
[next]