summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-10bridge: new mode flag to indicate mode 'undefined'Roopa Prabhu1-0/+1
2014-12-10Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller228-3574/+12428
2014-12-10sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura1-2/+2
2014-12-10sh_eth: Optimization for RX excess judgementMitsuhiro Kimura1-5/+5
2014-12-10net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller8-111/+197
2014-12-10Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller14-174/+154
2014-12-10Merge tag 'linux-can-fixes-for-3.18-20141207' of git://gitorious.org/linux-ca...David S. Miller4-51/+54
2014-12-10tcp: refine TSO autosizingEric Dumazet3-58/+63
2014-12-10bury memcpy_toiovec()Al Viro2-26/+0
2014-12-10skb_copy_datagram_iovec() can dieAl Viro2-86/+0
2014-12-10ppp_read(): switch to skb_copy_datagram_iter()Al Viro1-1/+3
2014-12-10switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro3-54/+28
2014-12-10first fruits - kill l2cap ->memcpy_fromiovec()Al Viro6-48/+6
2014-12-10put iov_iter into msghdrAl Viro33-112/+90
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro3-12/+14
2014-12-10switch l2cap ->memcpy_fromiovec() to msghdrAl Viro3-7/+7
2014-12-10switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro3-6/+5
2014-12-10ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro7-10/+11
2014-12-10ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro1-56/+56
2014-12-10raw.c: stick msghdr into raw_frag_vecAl Viro1-4/+4
2014-12-10Merge branch 'iov_iter' into for-davem-2Al Viro2-638/+426
2014-12-10chelsio: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-10hp100: fix misspelling of current function in stringJulia Lawall1-2/+5
2014-12-10uli526x: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-10isdn: fix misspelling of current function in stringJulia Lawall8-10/+9
2014-12-10dmfe: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-10macvlan: play well with ipvlan deviceMahesh Bandewar1-0/+3
2014-12-10ipvlan: move the device check function into netdevice.hMahesh Bandewar3-15/+15
2014-12-10ipvlan: play well with macvlan deviceMahesh Bandewar1-0/+6
2014-12-10netdevice: Add a function to check macvlan portMahesh Bandewar1-0/+5
2014-12-10dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa3-47/+4
2014-12-10dummy: add support for ethtool get_drvinfoFlavio Leitner1-2/+17
2014-12-10bnx2x: Implement ndo_gso_check()Joe Stringer1-0/+7
2014-12-10Documentation (ixgbe.txt): use a decimal address.Rami Rosen1-1/+1
2014-12-10openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-12-10macvlan: allow setting LRO independently of lower deviceMichal Kubeček1-4/+5
2014-12-09i40e/i40evf: Convert macro to static inlineJeff Kirsher2-2/+8
2014-12-09i40e: add to NVM update debug messageShannon Nelson1-2/+4
2014-12-09i40e: check for AQ timeout in aq_rc decodeShannon Nelson3-14/+33
2014-12-09i40e: poll on NVM semaphore only if not other errorShannon Nelson1-4/+9
2014-12-09i40e: fix up NVM update sm error handlingShannon Nelson1-10/+16
2014-12-09i40e: set max limit for access pollingShannon Nelson3-15/+10
2014-12-09i40e: remove unused nvm_semaphore_waitShannon Nelson3-4/+0
2014-12-09i40e: init NVM update state on adminq initShannon Nelson1-0/+2
2014-12-09i40e: add range check to i40e_aq_rc_to_posixShannon Nelson2-0/+4
2014-12-09i40e: rework debug messages for NVM updateShannon Nelson1-27/+80
2014-12-09i40e: let firmware catch the NVM busy errorShannon Nelson4-19/+0
2014-12-09i40e: better error messages for NVM update issuesShannon Nelson1-19/+33
2014-12-09i40e: clear NVM update state on ethtool testShannon Nelson1-0/+3