aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-09skb_copy_datagram_iovec() can dieAl Viro2-86/+0
2014-12-09ppp_read(): switch to skb_copy_datagram_iter()Al Viro1-1/+3
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro3-54/+28
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro6-48/+6
2014-12-09put iov_iter into msghdrAl Viro33-112/+90
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro3-12/+14
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro3-7/+7
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro3-6/+5
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro7-10/+11
2014-12-09ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt"Al Viro1-56/+56
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro1-4/+4
2014-12-09Merge branch 'iov_iter' into for-davem-2Al Viro2-638/+426
2014-12-09chelsio: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-09hp100: fix misspelling of current function in stringJulia Lawall1-2/+5
2014-12-09uli526x: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-09isdn: fix misspelling of current function in stringJulia Lawall8-10/+9
2014-12-09dmfe: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-12-09macvlan: play well with ipvlan deviceMahesh Bandewar1-0/+3
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar3-15/+15
2014-12-09ipvlan: play well with macvlan deviceMahesh Bandewar1-0/+6
2014-12-09netdevice: Add a function to check macvlan portMahesh Bandewar1-0/+5
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa3-47/+4
2014-12-09dummy: add support for ethtool get_drvinfoFlavio Leitner1-2/+17
2014-12-09bnx2x: Implement ndo_gso_check()Joe Stringer1-0/+7
2014-12-09Documentation (ixgbe.txt): use a decimal address.Rami Rosen1-1/+1
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-12-09macvlan: 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
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko1-3/+2
2014-12-09net: macb: Remove obsolete comment from KconfigJames Byrne1-2/+2
2014-12-09net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in KconfigAndreas Ruprecht1-1/+1
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate codeGu Zheng1-12/+10
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet1-1/+1
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet3-9/+30
2014-12-09x86: bpf_jit_comp: Remove inline from static function definitionsJoe Perches1-9/+9
2014-12-09x86: bpf_jit_comp: Reduce is_ereg() code sizeJoe Perches1-5/+5
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko10-49/+0
2014-12-09amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas1-1/+1