index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
David S. Miller
48
-1038
/
+628
2014-12-09
dummy: use MODULE_VERSION
Flavio Leitner
1
-0
/
+1
2014-12-09
net: sched: cls: use nla_nest_cancel instead of nlmsg_trim
Jiri Pirko
6
-13
/
+8
2014-12-09
amd-xgbe: Use disable_irq_nosync when in IRQ context
Lendacky, Thomas
1
-1
/
+1
2014-12-09
net: fec: avoid kernal crash by NULL pointer when no phy connection
Nimrod Andy
1
-0
/
+2
2014-12-09
tipc: avoid double lock 'spin_lock:&seq->lock'
Ying Xue
1
-1
/
+1
2014-12-09
net: systemport: allow changing MAC address
Florian Fainelli
1
-0
/
+22
2014-12-09
Merge branch 'bridge_mode'
David S. Miller
3
-20
/
+10
2014-12-09
bridge: remove mode BRIDGE_MODE_SWDEV
Roopa Prabhu
1
-1
/
+0
2014-12-09
rocker: remove swdev mode
Roopa Prabhu
2
-19
/
+9
2014-12-09
bridge: new mode flag to indicate mode 'undefined'
Roopa Prabhu
1
-0
/
+1
2014-12-09
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
228
-3574
/
+12428
2014-12-09
sh_eth: Remove redundant alignment adjustment
Mitsuhiro Kimura
1
-2
/
+2
2014-12-09
sh_eth: Optimization for RX excess judgement
Mitsuhiro Kimura
1
-5
/
+5
2014-12-09
net: avoid to call skb_queue_len again
Li RongQing
1
-1
/
+1
2014-12-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
David S. Miller
8
-111
/
+197
2014-12-09
Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
14
-174
/
+154
2014-12-09
tcp: refine TSO autosizing
Eric Dumazet
3
-58
/
+63
2014-12-09
bury memcpy_toiovec()
Al Viro
2
-26
/
+0
2014-12-09
skb_copy_datagram_iovec() can die
Al Viro
2
-86
/
+0
2014-12-09
ppp_read(): switch to skb_copy_datagram_iter()
Al Viro
1
-1
/
+3
2014-12-09
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
3
-54
/
+28
2014-12-09
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
6
-48
/
+6
2014-12-09
put iov_iter into msghdr
Al Viro
33
-112
/
+90
2014-12-09
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
3
-12
/
+14
2014-12-09
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
3
-7
/
+7
2014-12-09
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
3
-6
/
+5
2014-12-09
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
7
-10
/
+11
2014-12-09
ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt"
Al Viro
1
-56
/
+56
2014-12-09
raw.c: stick msghdr into raw_frag_vec
Al Viro
1
-4
/
+4
2014-12-09
Merge branch 'iov_iter' into for-davem-2
Al Viro
2
-638
/
+426
2014-12-09
chelsio: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-12-09
hp100: fix misspelling of current function in string
Julia Lawall
1
-2
/
+5
2014-12-09
uli526x: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-12-09
isdn: fix misspelling of current function in string
Julia Lawall
8
-10
/
+9
2014-12-09
dmfe: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-12-09
macvlan: play well with ipvlan device
Mahesh Bandewar
1
-0
/
+3
2014-12-09
ipvlan: move the device check function into netdevice.h
Mahesh Bandewar
3
-15
/
+15
2014-12-09
ipvlan: play well with macvlan device
Mahesh Bandewar
1
-0
/
+6
2014-12-09
netdevice: Add a function to check macvlan port
Mahesh Bandewar
1
-0
/
+5
2014-12-09
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
3
-47
/
+4
2014-12-09
dummy: add support for ethtool get_drvinfo
Flavio Leitner
1
-2
/
+17
2014-12-09
Documentation (ixgbe.txt): use a decimal address.
Rami Rosen
1
-1
/
+1
2014-12-09
openvswitch: set correct protocol on route lookup
Jiri Benc
1
-1
/
+1
2014-12-09
macvlan: allow setting LRO independently of lower device
Michal Kubeček
1
-4
/
+5
2014-12-09
i40e/i40evf: Convert macro to static inline
Jeff Kirsher
2
-2
/
+8
2014-12-09
i40e: add to NVM update debug message
Shannon Nelson
1
-2
/
+4
2014-12-09
i40e: check for AQ timeout in aq_rc decode
Shannon Nelson
3
-14
/
+33
2014-12-09
i40e: poll on NVM semaphore only if not other error
Shannon Nelson
1
-4
/
+9
2014-12-09
i40e: fix up NVM update sm error handling
Shannon Nelson
1
-10
/
+16
[next]