aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko6-13/+8
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas1-1/+1
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy1-0/+2
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue1-1/+1
2014-12-09net: systemport: allow changing MAC addressFlorian Fainelli1-0/+22
2014-12-09bridge: remove mode BRIDGE_MODE_SWDEVRoopa Prabhu1-1/+0
2014-12-09rocker: remove swdev modeRoopa Prabhu2-19/+9
2014-12-09bridge: new mode flag to indicate mode 'undefined'Roopa Prabhu1-0/+1
2014-12-09sh_eth: Remove redundant alignment adjustmentMitsuhiro Kimura1-2/+2
2014-12-09sh_eth: Optimization for RX excess judgementMitsuhiro Kimura1-5/+5
2014-12-09net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-09tcp: refine TSO autosizingEric Dumazet3-58/+63
2014-12-09bury memcpy_toiovec()Al Viro2-26/+0
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-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-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