af_packet.c 90 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899
  1. /*
  2. * INET An implementation of the TCP/IP protocol suite for the LINUX
  3. * operating system. INET is implemented using the BSD Socket
  4. * interface as the means of communication with the user level.
  5. *
  6. * PACKET - implements raw packet sockets.
  7. *
  8. * Authors: Ross Biro
  9. * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
  10. * Alan Cox, <gw4pts@gw4pts.ampr.org>
  11. *
  12. * Fixes:
  13. * Alan Cox : verify_area() now used correctly
  14. * Alan Cox : new skbuff lists, look ma no backlogs!
  15. * Alan Cox : tidied skbuff lists.
  16. * Alan Cox : Now uses generic datagram routines I
  17. * added. Also fixed the peek/read crash
  18. * from all old Linux datagram code.
  19. * Alan Cox : Uses the improved datagram code.
  20. * Alan Cox : Added NULL's for socket options.
  21. * Alan Cox : Re-commented the code.
  22. * Alan Cox : Use new kernel side addressing
  23. * Rob Janssen : Correct MTU usage.
  24. * Dave Platt : Counter leaks caused by incorrect
  25. * interrupt locking and some slightly
  26. * dubious gcc output. Can you read
  27. * compiler: it said _VOLATILE_
  28. * Richard Kooijman : Timestamp fixes.
  29. * Alan Cox : New buffers. Use sk->mac.raw.
  30. * Alan Cox : sendmsg/recvmsg support.
  31. * Alan Cox : Protocol setting support
  32. * Alexey Kuznetsov : Untied from IPv4 stack.
  33. * Cyrus Durgin : Fixed kerneld for kmod.
  34. * Michal Ostrowski : Module initialization cleanup.
  35. * Ulises Alonso : Frame number limit removal and
  36. * packet_set_ring memory leak.
  37. * Eric Biederman : Allow for > 8 byte hardware addresses.
  38. * The convention is that longer addresses
  39. * will simply extend the hardware address
  40. * byte arrays at the end of sockaddr_ll
  41. * and packet_mreq.
  42. * Johann Baudy : Added TX RING.
  43. * Chetan Loke : Implemented TPACKET_V3 block abstraction
  44. * layer.
  45. * Copyright (C) 2011, <lokec@ccs.neu.edu>
  46. *
  47. *
  48. * This program is free software; you can redistribute it and/or
  49. * modify it under the terms of the GNU General Public License
  50. * as published by the Free Software Foundation; either version
  51. * 2 of the License, or (at your option) any later version.
  52. *
  53. */
  54. #include <linux/types.h>
  55. #include <linux/mm.h>
  56. #include <linux/capability.h>
  57. #include <linux/fcntl.h>
  58. #include <linux/socket.h>
  59. #include <linux/in.h>
  60. #include <linux/inet.h>
  61. #include <linux/netdevice.h>
  62. #include <linux/if_packet.h>
  63. #include <linux/wireless.h>
  64. #include <linux/kernel.h>
  65. #include <linux/kmod.h>
  66. #include <linux/slab.h>
  67. #include <linux/vmalloc.h>
  68. #include <net/net_namespace.h>
  69. #include <net/ip.h>
  70. #include <net/protocol.h>
  71. #include <linux/skbuff.h>
  72. #include <net/sock.h>
  73. #include <linux/errno.h>
  74. #include <linux/timer.h>
  75. #include <asm/uaccess.h>
  76. #include <asm/ioctls.h>
  77. #include <asm/page.h>
  78. #include <asm/cacheflush.h>
  79. #include <asm/io.h>
  80. #include <linux/proc_fs.h>
  81. #include <linux/seq_file.h>
  82. #include <linux/poll.h>
  83. #include <linux/module.h>
  84. #include <linux/init.h>
  85. #include <linux/mutex.h>
  86. #include <linux/if_vlan.h>
  87. #include <linux/virtio_net.h>
  88. #include <linux/errqueue.h>
  89. #include <linux/net_tstamp.h>
  90. #ifdef CONFIG_INET
  91. #include <net/inet_common.h>
  92. #endif
  93. #include "internal.h"
  94. /*
  95. Assumptions:
  96. - if device has no dev->hard_header routine, it adds and removes ll header
  97. inside itself. In this case ll header is invisible outside of device,
  98. but higher levels still should reserve dev->hard_header_len.
  99. Some devices are enough clever to reallocate skb, when header
  100. will not fit to reserved space (tunnel), another ones are silly
  101. (PPP).
  102. - packet socket receives packets with pulled ll header,
  103. so that SOCK_RAW should push it back.
  104. On receive:
  105. -----------
  106. Incoming, dev->hard_header!=NULL
  107. mac_header -> ll header
  108. data -> data
  109. Outgoing, dev->hard_header!=NULL
  110. mac_header -> ll header
  111. data -> ll header
  112. Incoming, dev->hard_header==NULL
  113. mac_header -> UNKNOWN position. It is very likely, that it points to ll
  114. header. PPP makes it, that is wrong, because introduce
  115. assymetry between rx and tx paths.
  116. data -> data
  117. Outgoing, dev->hard_header==NULL
  118. mac_header -> data. ll header is still not built!
  119. data -> data
  120. Resume
  121. If dev->hard_header==NULL we are unlikely to restore sensible ll header.
  122. On transmit:
  123. ------------
  124. dev->hard_header != NULL
  125. mac_header -> ll header
  126. data -> ll header
  127. dev->hard_header == NULL (ll header is added by device, we cannot control it)
  128. mac_header -> data
  129. data -> data
  130. We should set nh.raw on output to correct posistion,
  131. packet classifier depends on it.
  132. */
  133. /* Private packet socket structures. */
  134. /* identical to struct packet_mreq except it has
  135. * a longer address field.
  136. */
  137. struct packet_mreq_max {
  138. int mr_ifindex;
  139. unsigned short mr_type;
  140. unsigned short mr_alen;
  141. unsigned char mr_address[MAX_ADDR_LEN];
  142. };
  143. union tpacket_uhdr {
  144. struct tpacket_hdr *h1;
  145. struct tpacket2_hdr *h2;
  146. struct tpacket3_hdr *h3;
  147. void *raw;
  148. };
  149. static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
  150. int closing, int tx_ring);
  151. #define V3_ALIGNMENT (8)
  152. #define BLK_HDR_LEN (ALIGN(sizeof(struct tpacket_block_desc), V3_ALIGNMENT))
  153. #define BLK_PLUS_PRIV(sz_of_priv) \
  154. (BLK_HDR_LEN + ALIGN((sz_of_priv), V3_ALIGNMENT))
  155. #define PGV_FROM_VMALLOC 1
  156. #define BLOCK_STATUS(x) ((x)->hdr.bh1.block_status)
  157. #define BLOCK_NUM_PKTS(x) ((x)->hdr.bh1.num_pkts)
  158. #define BLOCK_O2FP(x) ((x)->hdr.bh1.offset_to_first_pkt)
  159. #define BLOCK_LEN(x) ((x)->hdr.bh1.blk_len)
  160. #define BLOCK_SNUM(x) ((x)->hdr.bh1.seq_num)
  161. #define BLOCK_O2PRIV(x) ((x)->offset_to_priv)
  162. #define BLOCK_PRIV(x) ((void *)((char *)(x) + BLOCK_O2PRIV(x)))
  163. struct packet_sock;
  164. static int tpacket_snd(struct packet_sock *po, struct msghdr *msg);
  165. static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
  166. struct packet_type *pt, struct net_device *orig_dev);
  167. static void *packet_previous_frame(struct packet_sock *po,
  168. struct packet_ring_buffer *rb,
  169. int status);
  170. static void packet_increment_head(struct packet_ring_buffer *buff);
  171. static int prb_curr_blk_in_use(struct tpacket_kbdq_core *,
  172. struct tpacket_block_desc *);
  173. static void *prb_dispatch_next_block(struct tpacket_kbdq_core *,
  174. struct packet_sock *);
  175. static void prb_retire_current_block(struct tpacket_kbdq_core *,
  176. struct packet_sock *, unsigned int status);
  177. static int prb_queue_frozen(struct tpacket_kbdq_core *);
  178. static void prb_open_block(struct tpacket_kbdq_core *,
  179. struct tpacket_block_desc *);
  180. static void prb_retire_rx_blk_timer_expired(unsigned long);
  181. static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *);
  182. static void prb_init_blk_timer(struct packet_sock *,
  183. struct tpacket_kbdq_core *,
  184. void (*func) (unsigned long));
  185. static void prb_fill_rxhash(struct tpacket_kbdq_core *, struct tpacket3_hdr *);
  186. static void prb_clear_rxhash(struct tpacket_kbdq_core *,
  187. struct tpacket3_hdr *);
  188. static void prb_fill_vlan_info(struct tpacket_kbdq_core *,
  189. struct tpacket3_hdr *);
  190. static void packet_flush_mclist(struct sock *sk);
  191. struct packet_skb_cb {
  192. unsigned int origlen;
  193. union {
  194. struct sockaddr_pkt pkt;
  195. struct sockaddr_ll ll;
  196. } sa;
  197. };
  198. #define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb))
  199. #define GET_PBDQC_FROM_RB(x) ((struct tpacket_kbdq_core *)(&(x)->prb_bdqc))
  200. #define GET_PBLOCK_DESC(x, bid) \
  201. ((struct tpacket_block_desc *)((x)->pkbdq[(bid)].buffer))
  202. #define GET_CURR_PBLOCK_DESC_FROM_CORE(x) \
  203. ((struct tpacket_block_desc *)((x)->pkbdq[(x)->kactive_blk_num].buffer))
  204. #define GET_NEXT_PRB_BLK_NUM(x) \
  205. (((x)->kactive_blk_num < ((x)->knum_blocks-1)) ? \
  206. ((x)->kactive_blk_num+1) : 0)
  207. static void __fanout_unlink(struct sock *sk, struct packet_sock *po);
  208. static void __fanout_link(struct sock *sk, struct packet_sock *po);
  209. /* register_prot_hook must be invoked with the po->bind_lock held,
  210. * or from a context in which asynchronous accesses to the packet
  211. * socket is not possible (packet_create()).
  212. */
  213. static void register_prot_hook(struct sock *sk)
  214. {
  215. struct packet_sock *po = pkt_sk(sk);
  216. if (!po->running) {
  217. if (po->fanout)
  218. __fanout_link(sk, po);
  219. else
  220. dev_add_pack(&po->prot_hook);
  221. sock_hold(sk);
  222. po->running = 1;
  223. }
  224. }
  225. /* {,__}unregister_prot_hook() must be invoked with the po->bind_lock
  226. * held. If the sync parameter is true, we will temporarily drop
  227. * the po->bind_lock and do a synchronize_net to make sure no
  228. * asynchronous packet processing paths still refer to the elements
  229. * of po->prot_hook. If the sync parameter is false, it is the
  230. * callers responsibility to take care of this.
  231. */
  232. static void __unregister_prot_hook(struct sock *sk, bool sync)
  233. {
  234. struct packet_sock *po = pkt_sk(sk);
  235. po->running = 0;
  236. if (po->fanout)
  237. __fanout_unlink(sk, po);
  238. else
  239. __dev_remove_pack(&po->prot_hook);
  240. __sock_put(sk);
  241. if (sync) {
  242. spin_unlock(&po->bind_lock);
  243. synchronize_net();
  244. spin_lock(&po->bind_lock);
  245. }
  246. }
  247. static void unregister_prot_hook(struct sock *sk, bool sync)
  248. {
  249. struct packet_sock *po = pkt_sk(sk);
  250. if (po->running)
  251. __unregister_prot_hook(sk, sync);
  252. }
  253. static inline __pure struct page *pgv_to_page(void *addr)
  254. {
  255. if (is_vmalloc_addr(addr))
  256. return vmalloc_to_page(addr);
  257. return virt_to_page(addr);
  258. }
  259. static void __packet_set_status(struct packet_sock *po, void *frame, int status)
  260. {
  261. union tpacket_uhdr h;
  262. h.raw = frame;
  263. switch (po->tp_version) {
  264. case TPACKET_V1:
  265. h.h1->tp_status = status;
  266. flush_dcache_page(pgv_to_page(&h.h1->tp_status));
  267. break;
  268. case TPACKET_V2:
  269. h.h2->tp_status = status;
  270. flush_dcache_page(pgv_to_page(&h.h2->tp_status));
  271. break;
  272. case TPACKET_V3:
  273. default:
  274. WARN(1, "TPACKET version not supported.\n");
  275. BUG();
  276. }
  277. smp_wmb();
  278. }
  279. static int __packet_get_status(struct packet_sock *po, void *frame)
  280. {
  281. union tpacket_uhdr h;
  282. smp_rmb();
  283. h.raw = frame;
  284. switch (po->tp_version) {
  285. case TPACKET_V1:
  286. flush_dcache_page(pgv_to_page(&h.h1->tp_status));
  287. return h.h1->tp_status;
  288. case TPACKET_V2:
  289. flush_dcache_page(pgv_to_page(&h.h2->tp_status));
  290. return h.h2->tp_status;
  291. case TPACKET_V3:
  292. default:
  293. WARN(1, "TPACKET version not supported.\n");
  294. BUG();
  295. return 0;
  296. }
  297. }
  298. static __u32 tpacket_get_timestamp(struct sk_buff *skb, struct timespec *ts,
  299. unsigned int flags)
  300. {
  301. struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb);
  302. if (shhwtstamps) {
  303. if ((flags & SOF_TIMESTAMPING_SYS_HARDWARE) &&
  304. ktime_to_timespec_cond(shhwtstamps->syststamp, ts))
  305. return TP_STATUS_TS_SYS_HARDWARE;
  306. if ((flags & SOF_TIMESTAMPING_RAW_HARDWARE) &&
  307. ktime_to_timespec_cond(shhwtstamps->hwtstamp, ts))
  308. return TP_STATUS_TS_RAW_HARDWARE;
  309. }
  310. if (ktime_to_timespec_cond(skb->tstamp, ts))
  311. return TP_STATUS_TS_SOFTWARE;
  312. return 0;
  313. }
  314. static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame,
  315. struct sk_buff *skb)
  316. {
  317. union tpacket_uhdr h;
  318. struct timespec ts;
  319. __u32 ts_status;
  320. if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp)))
  321. return 0;
  322. h.raw = frame;
  323. switch (po->tp_version) {
  324. case TPACKET_V1:
  325. h.h1->tp_sec = ts.tv_sec;
  326. h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
  327. break;
  328. case TPACKET_V2:
  329. h.h2->tp_sec = ts.tv_sec;
  330. h.h2->tp_nsec = ts.tv_nsec;
  331. break;
  332. case TPACKET_V3:
  333. default:
  334. WARN(1, "TPACKET version not supported.\n");
  335. BUG();
  336. }
  337. /* one flush is safe, as both fields always lie on the same cacheline */
  338. flush_dcache_page(pgv_to_page(&h.h1->tp_sec));
  339. smp_wmb();
  340. return ts_status;
  341. }
  342. static void *packet_lookup_frame(struct packet_sock *po,
  343. struct packet_ring_buffer *rb,
  344. unsigned int position,
  345. int status)
  346. {
  347. unsigned int pg_vec_pos, frame_offset;
  348. union tpacket_uhdr h;
  349. pg_vec_pos = position / rb->frames_per_block;
  350. frame_offset = position % rb->frames_per_block;
  351. h.raw = rb->pg_vec[pg_vec_pos].buffer +
  352. (frame_offset * rb->frame_size);
  353. if (status != __packet_get_status(po, h.raw))
  354. return NULL;
  355. return h.raw;
  356. }
  357. static void *packet_current_frame(struct packet_sock *po,
  358. struct packet_ring_buffer *rb,
  359. int status)
  360. {
  361. return packet_lookup_frame(po, rb, rb->head, status);
  362. }
  363. static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc)
  364. {
  365. del_timer_sync(&pkc->retire_blk_timer);
  366. }
  367. static void prb_shutdown_retire_blk_timer(struct packet_sock *po,
  368. int tx_ring,
  369. struct sk_buff_head *rb_queue)
  370. {
  371. struct tpacket_kbdq_core *pkc;
  372. pkc = tx_ring ? &po->tx_ring.prb_bdqc : &po->rx_ring.prb_bdqc;
  373. spin_lock(&rb_queue->lock);
  374. pkc->delete_blk_timer = 1;
  375. spin_unlock(&rb_queue->lock);
  376. prb_del_retire_blk_timer(pkc);
  377. }
  378. static void prb_init_blk_timer(struct packet_sock *po,
  379. struct tpacket_kbdq_core *pkc,
  380. void (*func) (unsigned long))
  381. {
  382. init_timer(&pkc->retire_blk_timer);
  383. pkc->retire_blk_timer.data = (long)po;
  384. pkc->retire_blk_timer.function = func;
  385. pkc->retire_blk_timer.expires = jiffies;
  386. }
  387. static void prb_setup_retire_blk_timer(struct packet_sock *po, int tx_ring)
  388. {
  389. struct tpacket_kbdq_core *pkc;
  390. if (tx_ring)
  391. BUG();
  392. pkc = tx_ring ? &po->tx_ring.prb_bdqc : &po->rx_ring.prb_bdqc;
  393. prb_init_blk_timer(po, pkc, prb_retire_rx_blk_timer_expired);
  394. }
  395. static int prb_calc_retire_blk_tmo(struct packet_sock *po,
  396. int blk_size_in_bytes)
  397. {
  398. struct net_device *dev;
  399. unsigned int mbits = 0, msec = 0, div = 0, tmo = 0;
  400. struct ethtool_cmd ecmd;
  401. int err;
  402. u32 speed;
  403. rtnl_lock();
  404. dev = __dev_get_by_index(sock_net(&po->sk), po->ifindex);
  405. if (unlikely(!dev)) {
  406. rtnl_unlock();
  407. return DEFAULT_PRB_RETIRE_TOV;
  408. }
  409. err = __ethtool_get_settings(dev, &ecmd);
  410. speed = ethtool_cmd_speed(&ecmd);
  411. rtnl_unlock();
  412. if (!err) {
  413. /*
  414. * If the link speed is so slow you don't really
  415. * need to worry about perf anyways
  416. */
  417. if (speed < SPEED_1000 || speed == SPEED_UNKNOWN) {
  418. return DEFAULT_PRB_RETIRE_TOV;
  419. } else {
  420. msec = 1;
  421. div = speed / 1000;
  422. }
  423. }
  424. mbits = (blk_size_in_bytes * 8) / (1024 * 1024);
  425. if (div)
  426. mbits /= div;
  427. tmo = mbits * msec;
  428. if (div)
  429. return tmo+1;
  430. return tmo;
  431. }
  432. static void prb_init_ft_ops(struct tpacket_kbdq_core *p1,
  433. union tpacket_req_u *req_u)
  434. {
  435. p1->feature_req_word = req_u->req3.tp_feature_req_word;
  436. }
  437. static void init_prb_bdqc(struct packet_sock *po,
  438. struct packet_ring_buffer *rb,
  439. struct pgv *pg_vec,
  440. union tpacket_req_u *req_u, int tx_ring)
  441. {
  442. struct tpacket_kbdq_core *p1 = &rb->prb_bdqc;
  443. struct tpacket_block_desc *pbd;
  444. memset(p1, 0x0, sizeof(*p1));
  445. p1->knxt_seq_num = 1;
  446. p1->pkbdq = pg_vec;
  447. pbd = (struct tpacket_block_desc *)pg_vec[0].buffer;
  448. p1->pkblk_start = pg_vec[0].buffer;
  449. p1->kblk_size = req_u->req3.tp_block_size;
  450. p1->knum_blocks = req_u->req3.tp_block_nr;
  451. p1->hdrlen = po->tp_hdrlen;
  452. p1->version = po->tp_version;
  453. p1->last_kactive_blk_num = 0;
  454. po->stats.stats3.tp_freeze_q_cnt = 0;
  455. if (req_u->req3.tp_retire_blk_tov)
  456. p1->retire_blk_tov = req_u->req3.tp_retire_blk_tov;
  457. else
  458. p1->retire_blk_tov = prb_calc_retire_blk_tmo(po,
  459. req_u->req3.tp_block_size);
  460. p1->tov_in_jiffies = msecs_to_jiffies(p1->retire_blk_tov);
  461. p1->blk_sizeof_priv = req_u->req3.tp_sizeof_priv;
  462. prb_init_ft_ops(p1, req_u);
  463. prb_setup_retire_blk_timer(po, tx_ring);
  464. prb_open_block(p1, pbd);
  465. }
  466. /* Do NOT update the last_blk_num first.
  467. * Assumes sk_buff_head lock is held.
  468. */
  469. static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *pkc)
  470. {
  471. mod_timer(&pkc->retire_blk_timer,
  472. jiffies + pkc->tov_in_jiffies);
  473. pkc->last_kactive_blk_num = pkc->kactive_blk_num;
  474. }
  475. /*
  476. * Timer logic:
  477. * 1) We refresh the timer only when we open a block.
  478. * By doing this we don't waste cycles refreshing the timer
  479. * on packet-by-packet basis.
  480. *
  481. * With a 1MB block-size, on a 1Gbps line, it will take
  482. * i) ~8 ms to fill a block + ii) memcpy etc.
  483. * In this cut we are not accounting for the memcpy time.
  484. *
  485. * So, if the user sets the 'tmo' to 10ms then the timer
  486. * will never fire while the block is still getting filled
  487. * (which is what we want). However, the user could choose
  488. * to close a block early and that's fine.
  489. *
  490. * But when the timer does fire, we check whether or not to refresh it.
  491. * Since the tmo granularity is in msecs, it is not too expensive
  492. * to refresh the timer, lets say every '8' msecs.
  493. * Either the user can set the 'tmo' or we can derive it based on
  494. * a) line-speed and b) block-size.
  495. * prb_calc_retire_blk_tmo() calculates the tmo.
  496. *
  497. */
  498. static void prb_retire_rx_blk_timer_expired(unsigned long data)
  499. {
  500. struct packet_sock *po = (struct packet_sock *)data;
  501. struct tpacket_kbdq_core *pkc = &po->rx_ring.prb_bdqc;
  502. unsigned int frozen;
  503. struct tpacket_block_desc *pbd;
  504. spin_lock(&po->sk.sk_receive_queue.lock);
  505. frozen = prb_queue_frozen(pkc);
  506. pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
  507. if (unlikely(pkc->delete_blk_timer))
  508. goto out;
  509. /* We only need to plug the race when the block is partially filled.
  510. * tpacket_rcv:
  511. * lock(); increment BLOCK_NUM_PKTS; unlock()
  512. * copy_bits() is in progress ...
  513. * timer fires on other cpu:
  514. * we can't retire the current block because copy_bits
  515. * is in progress.
  516. *
  517. */
  518. if (BLOCK_NUM_PKTS(pbd)) {
  519. while (atomic_read(&pkc->blk_fill_in_prog)) {
  520. /* Waiting for skb_copy_bits to finish... */
  521. cpu_relax();
  522. }
  523. }
  524. if (pkc->last_kactive_blk_num == pkc->kactive_blk_num) {
  525. if (!frozen) {
  526. prb_retire_current_block(pkc, po, TP_STATUS_BLK_TMO);
  527. if (!prb_dispatch_next_block(pkc, po))
  528. goto refresh_timer;
  529. else
  530. goto out;
  531. } else {
  532. /* Case 1. Queue was frozen because user-space was
  533. * lagging behind.
  534. */
  535. if (prb_curr_blk_in_use(pkc, pbd)) {
  536. /*
  537. * Ok, user-space is still behind.
  538. * So just refresh the timer.
  539. */
  540. goto refresh_timer;
  541. } else {
  542. /* Case 2. queue was frozen,user-space caught up,
  543. * now the link went idle && the timer fired.
  544. * We don't have a block to close.So we open this
  545. * block and restart the timer.
  546. * opening a block thaws the queue,restarts timer
  547. * Thawing/timer-refresh is a side effect.
  548. */
  549. prb_open_block(pkc, pbd);
  550. goto out;
  551. }
  552. }
  553. }
  554. refresh_timer:
  555. _prb_refresh_rx_retire_blk_timer(pkc);
  556. out:
  557. spin_unlock(&po->sk.sk_receive_queue.lock);
  558. }
  559. static void prb_flush_block(struct tpacket_kbdq_core *pkc1,
  560. struct tpacket_block_desc *pbd1, __u32 status)
  561. {
  562. /* Flush everything minus the block header */
  563. #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
  564. u8 *start, *end;
  565. start = (u8 *)pbd1;
  566. /* Skip the block header(we know header WILL fit in 4K) */
  567. start += PAGE_SIZE;
  568. end = (u8 *)PAGE_ALIGN((unsigned long)pkc1->pkblk_end);
  569. for (; start < end; start += PAGE_SIZE)
  570. flush_dcache_page(pgv_to_page(start));
  571. smp_wmb();
  572. #endif
  573. /* Now update the block status. */
  574. BLOCK_STATUS(pbd1) = status;
  575. /* Flush the block header */
  576. #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
  577. start = (u8 *)pbd1;
  578. flush_dcache_page(pgv_to_page(start));
  579. smp_wmb();
  580. #endif
  581. }
  582. /*
  583. * Side effect:
  584. *
  585. * 1) flush the block
  586. * 2) Increment active_blk_num
  587. *
  588. * Note:We DONT refresh the timer on purpose.
  589. * Because almost always the next block will be opened.
  590. */
  591. static void prb_close_block(struct tpacket_kbdq_core *pkc1,
  592. struct tpacket_block_desc *pbd1,
  593. struct packet_sock *po, unsigned int stat)
  594. {
  595. __u32 status = TP_STATUS_USER | stat;
  596. struct tpacket3_hdr *last_pkt;
  597. struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
  598. if (po->stats.stats3.tp_drops)
  599. status |= TP_STATUS_LOSING;
  600. last_pkt = (struct tpacket3_hdr *)pkc1->prev;
  601. last_pkt->tp_next_offset = 0;
  602. /* Get the ts of the last pkt */
  603. if (BLOCK_NUM_PKTS(pbd1)) {
  604. h1->ts_last_pkt.ts_sec = last_pkt->tp_sec;
  605. h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec;
  606. } else {
  607. /* Ok, we tmo'd - so get the current time */
  608. struct timespec ts;
  609. getnstimeofday(&ts);
  610. h1->ts_last_pkt.ts_sec = ts.tv_sec;
  611. h1->ts_last_pkt.ts_nsec = ts.tv_nsec;
  612. }
  613. smp_wmb();
  614. /* Flush the block */
  615. prb_flush_block(pkc1, pbd1, status);
  616. pkc1->kactive_blk_num = GET_NEXT_PRB_BLK_NUM(pkc1);
  617. }
  618. static void prb_thaw_queue(struct tpacket_kbdq_core *pkc)
  619. {
  620. pkc->reset_pending_on_curr_blk = 0;
  621. }
  622. /*
  623. * Side effect of opening a block:
  624. *
  625. * 1) prb_queue is thawed.
  626. * 2) retire_blk_timer is refreshed.
  627. *
  628. */
  629. static void prb_open_block(struct tpacket_kbdq_core *pkc1,
  630. struct tpacket_block_desc *pbd1)
  631. {
  632. struct timespec ts;
  633. struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
  634. smp_rmb();
  635. /* We could have just memset this but we will lose the
  636. * flexibility of making the priv area sticky
  637. */
  638. BLOCK_SNUM(pbd1) = pkc1->knxt_seq_num++;
  639. BLOCK_NUM_PKTS(pbd1) = 0;
  640. BLOCK_LEN(pbd1) = BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
  641. getnstimeofday(&ts);
  642. h1->ts_first_pkt.ts_sec = ts.tv_sec;
  643. h1->ts_first_pkt.ts_nsec = ts.tv_nsec;
  644. pkc1->pkblk_start = (char *)pbd1;
  645. pkc1->nxt_offset = pkc1->pkblk_start + BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
  646. BLOCK_O2FP(pbd1) = (__u32)BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
  647. BLOCK_O2PRIV(pbd1) = BLK_HDR_LEN;
  648. pbd1->version = pkc1->version;
  649. pkc1->prev = pkc1->nxt_offset;
  650. pkc1->pkblk_end = pkc1->pkblk_start + pkc1->kblk_size;
  651. prb_thaw_queue(pkc1);
  652. _prb_refresh_rx_retire_blk_timer(pkc1);
  653. smp_wmb();
  654. }
  655. /*
  656. * Queue freeze logic:
  657. * 1) Assume tp_block_nr = 8 blocks.
  658. * 2) At time 't0', user opens Rx ring.
  659. * 3) Some time past 't0', kernel starts filling blocks starting from 0 .. 7
  660. * 4) user-space is either sleeping or processing block '0'.
  661. * 5) tpacket_rcv is currently filling block '7', since there is no space left,
  662. * it will close block-7,loop around and try to fill block '0'.
  663. * call-flow:
  664. * __packet_lookup_frame_in_block
  665. * prb_retire_current_block()
  666. * prb_dispatch_next_block()
  667. * |->(BLOCK_STATUS == USER) evaluates to true
  668. * 5.1) Since block-0 is currently in-use, we just freeze the queue.
  669. * 6) Now there are two cases:
  670. * 6.1) Link goes idle right after the queue is frozen.
  671. * But remember, the last open_block() refreshed the timer.
  672. * When this timer expires,it will refresh itself so that we can
  673. * re-open block-0 in near future.
  674. * 6.2) Link is busy and keeps on receiving packets. This is a simple
  675. * case and __packet_lookup_frame_in_block will check if block-0
  676. * is free and can now be re-used.
  677. */
  678. static void prb_freeze_queue(struct tpacket_kbdq_core *pkc,
  679. struct packet_sock *po)
  680. {
  681. pkc->reset_pending_on_curr_blk = 1;
  682. po->stats.stats3.tp_freeze_q_cnt++;
  683. }
  684. #define TOTAL_PKT_LEN_INCL_ALIGN(length) (ALIGN((length), V3_ALIGNMENT))
  685. /*
  686. * If the next block is free then we will dispatch it
  687. * and return a good offset.
  688. * Else, we will freeze the queue.
  689. * So, caller must check the return value.
  690. */
  691. static void *prb_dispatch_next_block(struct tpacket_kbdq_core *pkc,
  692. struct packet_sock *po)
  693. {
  694. struct tpacket_block_desc *pbd;
  695. smp_rmb();
  696. /* 1. Get current block num */
  697. pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
  698. /* 2. If this block is currently in_use then freeze the queue */
  699. if (TP_STATUS_USER & BLOCK_STATUS(pbd)) {
  700. prb_freeze_queue(pkc, po);
  701. return NULL;
  702. }
  703. /*
  704. * 3.
  705. * open this block and return the offset where the first packet
  706. * needs to get stored.
  707. */
  708. prb_open_block(pkc, pbd);
  709. return (void *)pkc->nxt_offset;
  710. }
  711. static void prb_retire_current_block(struct tpacket_kbdq_core *pkc,
  712. struct packet_sock *po, unsigned int status)
  713. {
  714. struct tpacket_block_desc *pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
  715. /* retire/close the current block */
  716. if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) {
  717. /*
  718. * Plug the case where copy_bits() is in progress on
  719. * cpu-0 and tpacket_rcv() got invoked on cpu-1, didn't
  720. * have space to copy the pkt in the current block and
  721. * called prb_retire_current_block()
  722. *
  723. * We don't need to worry about the TMO case because
  724. * the timer-handler already handled this case.
  725. */
  726. if (!(status & TP_STATUS_BLK_TMO)) {
  727. while (atomic_read(&pkc->blk_fill_in_prog)) {
  728. /* Waiting for skb_copy_bits to finish... */
  729. cpu_relax();
  730. }
  731. }
  732. prb_close_block(pkc, pbd, po, status);
  733. return;
  734. }
  735. }
  736. static int prb_curr_blk_in_use(struct tpacket_kbdq_core *pkc,
  737. struct tpacket_block_desc *pbd)
  738. {
  739. return TP_STATUS_USER & BLOCK_STATUS(pbd);
  740. }
  741. static int prb_queue_frozen(struct tpacket_kbdq_core *pkc)
  742. {
  743. return pkc->reset_pending_on_curr_blk;
  744. }
  745. static void prb_clear_blk_fill_status(struct packet_ring_buffer *rb)
  746. {
  747. struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb);
  748. atomic_dec(&pkc->blk_fill_in_prog);
  749. }
  750. static void prb_fill_rxhash(struct tpacket_kbdq_core *pkc,
  751. struct tpacket3_hdr *ppd)
  752. {
  753. ppd->hv1.tp_rxhash = skb_get_rxhash(pkc->skb);
  754. }
  755. static void prb_clear_rxhash(struct tpacket_kbdq_core *pkc,
  756. struct tpacket3_hdr *ppd)
  757. {
  758. ppd->hv1.tp_rxhash = 0;
  759. }
  760. static void prb_fill_vlan_info(struct tpacket_kbdq_core *pkc,
  761. struct tpacket3_hdr *ppd)
  762. {
  763. if (vlan_tx_tag_present(pkc->skb)) {
  764. ppd->hv1.tp_vlan_tci = vlan_tx_tag_get(pkc->skb);
  765. ppd->tp_status = TP_STATUS_VLAN_VALID;
  766. } else {
  767. ppd->hv1.tp_vlan_tci = 0;
  768. ppd->tp_status = TP_STATUS_AVAILABLE;
  769. }
  770. }
  771. static void prb_run_all_ft_ops(struct tpacket_kbdq_core *pkc,
  772. struct tpacket3_hdr *ppd)
  773. {
  774. prb_fill_vlan_info(pkc, ppd);
  775. if (pkc->feature_req_word & TP_FT_REQ_FILL_RXHASH)
  776. prb_fill_rxhash(pkc, ppd);
  777. else
  778. prb_clear_rxhash(pkc, ppd);
  779. }
  780. static void prb_fill_curr_block(char *curr,
  781. struct tpacket_kbdq_core *pkc,
  782. struct tpacket_block_desc *pbd,
  783. unsigned int len)
  784. {
  785. struct tpacket3_hdr *ppd;
  786. ppd = (struct tpacket3_hdr *)curr;
  787. ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len);
  788. pkc->prev = curr;
  789. pkc->nxt_offset += TOTAL_PKT_LEN_INCL_ALIGN(len);
  790. BLOCK_LEN(pbd) += TOTAL_PKT_LEN_INCL_ALIGN(len);
  791. BLOCK_NUM_PKTS(pbd) += 1;
  792. atomic_inc(&pkc->blk_fill_in_prog);
  793. prb_run_all_ft_ops(pkc, ppd);
  794. }
  795. /* Assumes caller has the sk->rx_queue.lock */
  796. static void *__packet_lookup_frame_in_block(struct packet_sock *po,
  797. struct sk_buff *skb,
  798. int status,
  799. unsigned int len
  800. )
  801. {
  802. struct tpacket_kbdq_core *pkc;
  803. struct tpacket_block_desc *pbd;
  804. char *curr, *end;
  805. pkc = GET_PBDQC_FROM_RB(&po->rx_ring);
  806. pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
  807. /* Queue is frozen when user space is lagging behind */
  808. if (prb_queue_frozen(pkc)) {
  809. /*
  810. * Check if that last block which caused the queue to freeze,
  811. * is still in_use by user-space.
  812. */
  813. if (prb_curr_blk_in_use(pkc, pbd)) {
  814. /* Can't record this packet */
  815. return NULL;
  816. } else {
  817. /*
  818. * Ok, the block was released by user-space.
  819. * Now let's open that block.
  820. * opening a block also thaws the queue.
  821. * Thawing is a side effect.
  822. */
  823. prb_open_block(pkc, pbd);
  824. }
  825. }
  826. smp_mb();
  827. curr = pkc->nxt_offset;
  828. pkc->skb = skb;
  829. end = (char *)pbd + pkc->kblk_size;
  830. /* first try the current block */
  831. if (curr+TOTAL_PKT_LEN_INCL_ALIGN(len) < end) {
  832. prb_fill_curr_block(curr, pkc, pbd, len);
  833. return (void *)curr;
  834. }
  835. /* Ok, close the current block */
  836. prb_retire_current_block(pkc, po, 0);
  837. /* Now, try to dispatch the next block */
  838. curr = (char *)prb_dispatch_next_block(pkc, po);
  839. if (curr) {
  840. pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
  841. prb_fill_curr_block(curr, pkc, pbd, len);
  842. return (void *)curr;
  843. }
  844. /*
  845. * No free blocks are available.user_space hasn't caught up yet.
  846. * Queue was just frozen and now this packet will get dropped.
  847. */
  848. return NULL;
  849. }
  850. static void *packet_current_rx_frame(struct packet_sock *po,
  851. struct sk_buff *skb,
  852. int status, unsigned int len)
  853. {
  854. char *curr = NULL;
  855. switch (po->tp_version) {
  856. case TPACKET_V1:
  857. case TPACKET_V2:
  858. curr = packet_lookup_frame(po, &po->rx_ring,
  859. po->rx_ring.head, status);
  860. return curr;
  861. case TPACKET_V3:
  862. return __packet_lookup_frame_in_block(po, skb, status, len);
  863. default:
  864. WARN(1, "TPACKET version not supported\n");
  865. BUG();
  866. return NULL;
  867. }
  868. }
  869. static void *prb_lookup_block(struct packet_sock *po,
  870. struct packet_ring_buffer *rb,
  871. unsigned int idx,
  872. int status)
  873. {
  874. struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb);
  875. struct tpacket_block_desc *pbd = GET_PBLOCK_DESC(pkc, idx);
  876. if (status != BLOCK_STATUS(pbd))
  877. return NULL;
  878. return pbd;
  879. }
  880. static int prb_previous_blk_num(struct packet_ring_buffer *rb)
  881. {
  882. unsigned int prev;
  883. if (rb->prb_bdqc.kactive_blk_num)
  884. prev = rb->prb_bdqc.kactive_blk_num-1;
  885. else
  886. prev = rb->prb_bdqc.knum_blocks-1;
  887. return prev;
  888. }
  889. /* Assumes caller has held the rx_queue.lock */
  890. static void *__prb_previous_block(struct packet_sock *po,
  891. struct packet_ring_buffer *rb,
  892. int status)
  893. {
  894. unsigned int previous = prb_previous_blk_num(rb);
  895. return prb_lookup_block(po, rb, previous, status);
  896. }
  897. static void *packet_previous_rx_frame(struct packet_sock *po,
  898. struct packet_ring_buffer *rb,
  899. int status)
  900. {
  901. if (po->tp_version <= TPACKET_V2)
  902. return packet_previous_frame(po, rb, status);
  903. return __prb_previous_block(po, rb, status);
  904. }
  905. static void packet_increment_rx_head(struct packet_sock *po,
  906. struct packet_ring_buffer *rb)
  907. {
  908. switch (po->tp_version) {
  909. case TPACKET_V1:
  910. case TPACKET_V2:
  911. return packet_increment_head(rb);
  912. case TPACKET_V3:
  913. default:
  914. WARN(1, "TPACKET version not supported.\n");
  915. BUG();
  916. return;
  917. }
  918. }
  919. static void *packet_previous_frame(struct packet_sock *po,
  920. struct packet_ring_buffer *rb,
  921. int status)
  922. {
  923. unsigned int previous = rb->head ? rb->head - 1 : rb->frame_max;
  924. return packet_lookup_frame(po, rb, previous, status);
  925. }
  926. static void packet_increment_head(struct packet_ring_buffer *buff)
  927. {
  928. buff->head = buff->head != buff->frame_max ? buff->head+1 : 0;
  929. }
  930. static bool packet_rcv_has_room(struct packet_sock *po, struct sk_buff *skb)
  931. {
  932. struct sock *sk = &po->sk;
  933. bool has_room;
  934. if (po->prot_hook.func != tpacket_rcv)
  935. return (atomic_read(&sk->sk_rmem_alloc) + skb->truesize)
  936. <= sk->sk_rcvbuf;
  937. spin_lock(&sk->sk_receive_queue.lock);
  938. if (po->tp_version == TPACKET_V3)
  939. has_room = prb_lookup_block(po, &po->rx_ring,
  940. po->rx_ring.prb_bdqc.kactive_blk_num,
  941. TP_STATUS_KERNEL);
  942. else
  943. has_room = packet_lookup_frame(po, &po->rx_ring,
  944. po->rx_ring.head,
  945. TP_STATUS_KERNEL);
  946. spin_unlock(&sk->sk_receive_queue.lock);
  947. return has_room;
  948. }
  949. static void packet_sock_destruct(struct sock *sk)
  950. {
  951. skb_queue_purge(&sk->sk_error_queue);
  952. WARN_ON(atomic_read(&sk->sk_rmem_alloc));
  953. WARN_ON(atomic_read(&sk->sk_wmem_alloc));
  954. if (!sock_flag(sk, SOCK_DEAD)) {
  955. pr_err("Attempt to release alive packet socket: %p\n", sk);
  956. return;
  957. }
  958. sk_refcnt_debug_dec(sk);
  959. }
  960. static int fanout_rr_next(struct packet_fanout *f, unsigned int num)
  961. {
  962. int x = atomic_read(&f->rr_cur) + 1;
  963. if (x >= num)
  964. x = 0;
  965. return x;
  966. }
  967. static unsigned int fanout_demux_hash(struct packet_fanout *f,
  968. struct sk_buff *skb,
  969. unsigned int num)
  970. {
  971. return (((u64)skb->rxhash) * num) >> 32;
  972. }
  973. static unsigned int fanout_demux_lb(struct packet_fanout *f,
  974. struct sk_buff *skb,
  975. unsigned int num)
  976. {
  977. int cur, old;
  978. cur = atomic_read(&f->rr_cur);
  979. while ((old = atomic_cmpxchg(&f->rr_cur, cur,
  980. fanout_rr_next(f, num))) != cur)
  981. cur = old;
  982. return cur;
  983. }
  984. static unsigned int fanout_demux_cpu(struct packet_fanout *f,
  985. struct sk_buff *skb,
  986. unsigned int num)
  987. {
  988. return smp_processor_id() % num;
  989. }
  990. static unsigned int fanout_demux_rollover(struct packet_fanout *f,
  991. struct sk_buff *skb,
  992. unsigned int idx, unsigned int skip,
  993. unsigned int num)
  994. {
  995. unsigned int i, j;
  996. i = j = min_t(int, f->next[idx], num - 1);
  997. do {
  998. if (i != skip && packet_rcv_has_room(pkt_sk(f->arr[i]), skb)) {
  999. if (i != j)
  1000. f->next[idx] = i;
  1001. return i;
  1002. }
  1003. if (++i == num)
  1004. i = 0;
  1005. } while (i != j);
  1006. return idx;
  1007. }
  1008. static bool fanout_has_flag(struct packet_fanout *f, u16 flag)
  1009. {
  1010. return f->flags & (flag >> 8);
  1011. }
  1012. static int packet_rcv_fanout(struct sk_buff *skb, struct net_device *dev,
  1013. struct packet_type *pt, struct net_device *orig_dev)
  1014. {
  1015. struct packet_fanout *f = pt->af_packet_priv;
  1016. unsigned int num = f->num_members;
  1017. struct packet_sock *po;
  1018. unsigned int idx;
  1019. if (!net_eq(dev_net(dev), read_pnet(&f->net)) ||
  1020. !num) {
  1021. kfree_skb(skb);
  1022. return 0;
  1023. }
  1024. switch (f->type) {
  1025. case PACKET_FANOUT_HASH:
  1026. default:
  1027. if (fanout_has_flag(f, PACKET_FANOUT_FLAG_DEFRAG)) {
  1028. skb = ip_check_defrag(skb, IP_DEFRAG_AF_PACKET);
  1029. if (!skb)
  1030. return 0;
  1031. }
  1032. skb_get_rxhash(skb);
  1033. idx = fanout_demux_hash(f, skb, num);
  1034. break;
  1035. case PACKET_FANOUT_LB:
  1036. idx = fanout_demux_lb(f, skb, num);
  1037. break;
  1038. case PACKET_FANOUT_CPU:
  1039. idx = fanout_demux_cpu(f, skb, num);
  1040. break;
  1041. case PACKET_FANOUT_ROLLOVER:
  1042. idx = fanout_demux_rollover(f, skb, 0, (unsigned int) -1, num);
  1043. break;
  1044. }
  1045. po = pkt_sk(f->arr[idx]);
  1046. if (fanout_has_flag(f, PACKET_FANOUT_FLAG_ROLLOVER) &&
  1047. unlikely(!packet_rcv_has_room(po, skb))) {
  1048. idx = fanout_demux_rollover(f, skb, idx, idx, num);
  1049. po = pkt_sk(f->arr[idx]);
  1050. }
  1051. return po->prot_hook.func(skb, dev, &po->prot_hook, orig_dev);
  1052. }
  1053. DEFINE_MUTEX(fanout_mutex);
  1054. EXPORT_SYMBOL_GPL(fanout_mutex);
  1055. static LIST_HEAD(fanout_list);
  1056. static void __fanout_link(struct sock *sk, struct packet_sock *po)
  1057. {
  1058. struct packet_fanout *f = po->fanout;
  1059. spin_lock(&f->lock);
  1060. f->arr[f->num_members] = sk;
  1061. smp_wmb();
  1062. f->num_members++;
  1063. spin_unlock(&f->lock);
  1064. }
  1065. static void __fanout_unlink(struct sock *sk, struct packet_sock *po)
  1066. {
  1067. struct packet_fanout *f = po->fanout;
  1068. int i;
  1069. spin_lock(&f->lock);
  1070. for (i = 0; i < f->num_members; i++) {
  1071. if (f->arr[i] == sk)
  1072. break;
  1073. }
  1074. BUG_ON(i >= f->num_members);
  1075. f->arr[i] = f->arr[f->num_members - 1];
  1076. f->num_members--;
  1077. spin_unlock(&f->lock);
  1078. }
  1079. static bool match_fanout_group(struct packet_type *ptype, struct sock * sk)
  1080. {
  1081. if (ptype->af_packet_priv == (void*)((struct packet_sock *)sk)->fanout)
  1082. return true;
  1083. return false;
  1084. }
  1085. static int fanout_add(struct sock *sk, u16 id, u16 type_flags)
  1086. {
  1087. struct packet_sock *po = pkt_sk(sk);
  1088. struct packet_fanout *f, *match;
  1089. u8 type = type_flags & 0xff;
  1090. u8 flags = type_flags >> 8;
  1091. int err;
  1092. switch (type) {
  1093. case PACKET_FANOUT_ROLLOVER:
  1094. if (type_flags & PACKET_FANOUT_FLAG_ROLLOVER)
  1095. return -EINVAL;
  1096. case PACKET_FANOUT_HASH:
  1097. case PACKET_FANOUT_LB:
  1098. case PACKET_FANOUT_CPU:
  1099. break;
  1100. default:
  1101. return -EINVAL;
  1102. }
  1103. if (!po->running)
  1104. return -EINVAL;
  1105. if (po->fanout)
  1106. return -EALREADY;
  1107. mutex_lock(&fanout_mutex);
  1108. match = NULL;
  1109. list_for_each_entry(f, &fanout_list, list) {
  1110. if (f->id == id &&
  1111. read_pnet(&f->net) == sock_net(sk)) {
  1112. match = f;
  1113. break;
  1114. }
  1115. }
  1116. err = -EINVAL;
  1117. if (match && match->flags != flags)
  1118. goto out;
  1119. if (!match) {
  1120. err = -ENOMEM;
  1121. match = kzalloc(sizeof(*match), GFP_KERNEL);
  1122. if (!match)
  1123. goto out;
  1124. write_pnet(&match->net, sock_net(sk));
  1125. match->id = id;
  1126. match->type = type;
  1127. match->flags = flags;
  1128. atomic_set(&match->rr_cur, 0);
  1129. INIT_LIST_HEAD(&match->list);
  1130. spin_lock_init(&match->lock);
  1131. atomic_set(&match->sk_ref, 0);
  1132. match->prot_hook.type = po->prot_hook.type;
  1133. match->prot_hook.dev = po->prot_hook.dev;
  1134. match->prot_hook.func = packet_rcv_fanout;
  1135. match->prot_hook.af_packet_priv = match;
  1136. match->prot_hook.id_match = match_fanout_group;
  1137. dev_add_pack(&match->prot_hook);
  1138. list_add(&match->list, &fanout_list);
  1139. }
  1140. err = -EINVAL;
  1141. if (match->type == type &&
  1142. match->prot_hook.type == po->prot_hook.type &&
  1143. match->prot_hook.dev == po->prot_hook.dev) {
  1144. err = -ENOSPC;
  1145. if (atomic_read(&match->sk_ref) < PACKET_FANOUT_MAX) {
  1146. __dev_remove_pack(&po->prot_hook);
  1147. po->fanout = match;
  1148. atomic_inc(&match->sk_ref);
  1149. __fanout_link(sk, po);
  1150. err = 0;
  1151. }
  1152. }
  1153. out:
  1154. mutex_unlock(&fanout_mutex);
  1155. return err;
  1156. }
  1157. static void fanout_release(struct sock *sk)
  1158. {
  1159. struct packet_sock *po = pkt_sk(sk);
  1160. struct packet_fanout *f;
  1161. f = po->fanout;
  1162. if (!f)
  1163. return;
  1164. mutex_lock(&fanout_mutex);
  1165. po->fanout = NULL;
  1166. if (atomic_dec_and_test(&f->sk_ref)) {
  1167. list_del(&f->list);
  1168. dev_remove_pack(&f->prot_hook);
  1169. kfree(f);
  1170. }
  1171. mutex_unlock(&fanout_mutex);
  1172. }
  1173. static const struct proto_ops packet_ops;
  1174. static const struct proto_ops packet_ops_spkt;
  1175. static int packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev,
  1176. struct packet_type *pt, struct net_device *orig_dev)
  1177. {
  1178. struct sock *sk;
  1179. struct sockaddr_pkt *spkt;
  1180. /*
  1181. * When we registered the protocol we saved the socket in the data
  1182. * field for just this event.
  1183. */
  1184. sk = pt->af_packet_priv;
  1185. /*
  1186. * Yank back the headers [hope the device set this
  1187. * right or kerboom...]
  1188. *
  1189. * Incoming packets have ll header pulled,
  1190. * push it back.
  1191. *
  1192. * For outgoing ones skb->data == skb_mac_header(skb)
  1193. * so that this procedure is noop.
  1194. */
  1195. if (skb->pkt_type == PACKET_LOOPBACK)
  1196. goto out;
  1197. if (!net_eq(dev_net(dev), sock_net(sk)))
  1198. goto out;
  1199. skb = skb_share_check(skb, GFP_ATOMIC);
  1200. if (skb == NULL)
  1201. goto oom;
  1202. /* drop any routing info */
  1203. skb_dst_drop(skb);
  1204. /* drop conntrack reference */
  1205. nf_reset(skb);
  1206. spkt = &PACKET_SKB_CB(skb)->sa.pkt;
  1207. skb_push(skb, skb->data - skb_mac_header(skb));
  1208. /*
  1209. * The SOCK_PACKET socket receives _all_ frames.
  1210. */
  1211. spkt->spkt_family = dev->type;
  1212. strlcpy(spkt->spkt_device, dev->name, sizeof(spkt->spkt_device));
  1213. spkt->spkt_protocol = skb->protocol;
  1214. /*
  1215. * Charge the memory to the socket. This is done specifically
  1216. * to prevent sockets using all the memory up.
  1217. */
  1218. if (sock_queue_rcv_skb(sk, skb) == 0)
  1219. return 0;
  1220. out:
  1221. kfree_skb(skb);
  1222. oom:
  1223. return 0;
  1224. }
  1225. /*
  1226. * Output a raw packet to a device layer. This bypasses all the other
  1227. * protocol layers and you must therefore supply it with a complete frame
  1228. */
  1229. static int packet_sendmsg_spkt(struct kiocb *iocb, struct socket *sock,
  1230. struct msghdr *msg, size_t len)
  1231. {
  1232. struct sock *sk = sock->sk;
  1233. struct sockaddr_pkt *saddr = (struct sockaddr_pkt *)msg->msg_name;
  1234. struct sk_buff *skb = NULL;
  1235. struct net_device *dev;
  1236. __be16 proto = 0;
  1237. int err;
  1238. int extra_len = 0;
  1239. /*
  1240. * Get and verify the address.
  1241. */
  1242. if (saddr) {
  1243. if (msg->msg_namelen < sizeof(struct sockaddr))
  1244. return -EINVAL;
  1245. if (msg->msg_namelen == sizeof(struct sockaddr_pkt))
  1246. proto = saddr->spkt_protocol;
  1247. } else
  1248. return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */
  1249. /*
  1250. * Find the device first to size check it
  1251. */
  1252. saddr->spkt_device[sizeof(saddr->spkt_device) - 1] = 0;
  1253. retry:
  1254. rcu_read_lock();
  1255. dev = dev_get_by_name_rcu(sock_net(sk), saddr->spkt_device);
  1256. err = -ENODEV;
  1257. if (dev == NULL)
  1258. goto out_unlock;
  1259. err = -ENETDOWN;
  1260. if (!(dev->flags & IFF_UP))
  1261. goto out_unlock;
  1262. /*
  1263. * You may not queue a frame bigger than the mtu. This is the lowest level
  1264. * raw protocol and you must do your own fragmentation at this level.
  1265. */
  1266. if (unlikely(sock_flag(sk, SOCK_NOFCS))) {
  1267. if (!netif_supports_nofcs(dev)) {
  1268. err = -EPROTONOSUPPORT;
  1269. goto out_unlock;
  1270. }
  1271. extra_len = 4; /* We're doing our own CRC */
  1272. }
  1273. err = -EMSGSIZE;
  1274. if (len > dev->mtu + dev->hard_header_len + VLAN_HLEN + extra_len)
  1275. goto out_unlock;
  1276. if (!skb) {
  1277. size_t reserved = LL_RESERVED_SPACE(dev);
  1278. int tlen = dev->needed_tailroom;
  1279. unsigned int hhlen = dev->header_ops ? dev->hard_header_len : 0;
  1280. rcu_read_unlock();
  1281. skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL);
  1282. if (skb == NULL)
  1283. return -ENOBUFS;
  1284. /* FIXME: Save some space for broken drivers that write a hard
  1285. * header at transmission time by themselves. PPP is the notable
  1286. * one here. This should really be fixed at the driver level.
  1287. */
  1288. skb_reserve(skb, reserved);
  1289. skb_reset_network_header(skb);
  1290. /* Try to align data part correctly */
  1291. if (hhlen) {
  1292. skb->data -= hhlen;
  1293. skb->tail -= hhlen;
  1294. if (len < hhlen)
  1295. skb_reset_network_header(skb);
  1296. }
  1297. err = memcpy_fromiovec(skb_put(skb, len), msg->msg_iov, len);
  1298. if (err)
  1299. goto out_free;
  1300. goto retry;
  1301. }
  1302. if (len > (dev->mtu + dev->hard_header_len + extra_len)) {
  1303. /* Earlier code assumed this would be a VLAN pkt,
  1304. * double-check this now that we have the actual
  1305. * packet in hand.
  1306. */
  1307. struct ethhdr *ehdr;
  1308. skb_reset_mac_header(skb);
  1309. ehdr = eth_hdr(skb);
  1310. if (ehdr->h_proto != htons(ETH_P_8021Q)) {
  1311. err = -EMSGSIZE;
  1312. goto out_unlock;
  1313. }
  1314. }
  1315. skb->protocol = proto;
  1316. skb->dev = dev;
  1317. skb->priority = sk->sk_priority;
  1318. skb->mark = sk->sk_mark;
  1319. sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
  1320. if (unlikely(extra_len == 4))
  1321. skb->no_fcs = 1;
  1322. skb_probe_transport_header(skb, 0);
  1323. dev_queue_xmit(skb);
  1324. rcu_read_unlock();
  1325. return len;
  1326. out_unlock:
  1327. rcu_read_unlock();
  1328. out_free:
  1329. kfree_skb(skb);
  1330. return err;
  1331. }
  1332. static unsigned int run_filter(const struct sk_buff *skb,
  1333. const struct sock *sk,
  1334. unsigned int res)
  1335. {
  1336. struct sk_filter *filter;
  1337. rcu_read_lock();
  1338. filter = rcu_dereference(sk->sk_filter);
  1339. if (filter != NULL)
  1340. res = SK_RUN_FILTER(filter, skb);
  1341. rcu_read_unlock();
  1342. return res;
  1343. }
  1344. /*
  1345. * This function makes lazy skb cloning in hope that most of packets
  1346. * are discarded by BPF.
  1347. *
  1348. * Note tricky part: we DO mangle shared skb! skb->data, skb->len
  1349. * and skb->cb are mangled. It works because (and until) packets
  1350. * falling here are owned by current CPU. Output packets are cloned
  1351. * by dev_queue_xmit_nit(), input packets are processed by net_bh
  1352. * sequencially, so that if we return skb to original state on exit,
  1353. * we will not harm anyone.
  1354. */
  1355. static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
  1356. struct packet_type *pt, struct net_device *orig_dev)
  1357. {
  1358. struct sock *sk;
  1359. struct sockaddr_ll *sll;
  1360. struct packet_sock *po;
  1361. u8 *skb_head = skb->data;
  1362. int skb_len = skb->len;
  1363. unsigned int snaplen, res;
  1364. if (skb->pkt_type == PACKET_LOOPBACK)
  1365. goto drop;
  1366. sk = pt->af_packet_priv;
  1367. po = pkt_sk(sk);
  1368. if (!net_eq(dev_net(dev), sock_net(sk)))
  1369. goto drop;
  1370. skb->dev = dev;
  1371. if (dev->header_ops) {
  1372. /* The device has an explicit notion of ll header,
  1373. * exported to higher levels.
  1374. *
  1375. * Otherwise, the device hides details of its frame
  1376. * structure, so that corresponding packet head is
  1377. * never delivered to user.
  1378. */
  1379. if (sk->sk_type != SOCK_DGRAM)
  1380. skb_push(skb, skb->data - skb_mac_header(skb));
  1381. else if (skb->pkt_type == PACKET_OUTGOING) {
  1382. /* Special case: outgoing packets have ll header at head */
  1383. skb_pull(skb, skb_network_offset(skb));
  1384. }
  1385. }
  1386. snaplen = skb->len;
  1387. res = run_filter(skb, sk, snaplen);
  1388. if (!res)
  1389. goto drop_n_restore;
  1390. if (snaplen > res)
  1391. snaplen = res;
  1392. if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf)
  1393. goto drop_n_acct;
  1394. if (skb_shared(skb)) {
  1395. struct sk_buff *nskb = skb_clone(skb, GFP_ATOMIC);
  1396. if (nskb == NULL)
  1397. goto drop_n_acct;
  1398. if (skb_head != skb->data) {
  1399. skb->data = skb_head;
  1400. skb->len = skb_len;
  1401. }
  1402. consume_skb(skb);
  1403. skb = nskb;
  1404. }
  1405. BUILD_BUG_ON(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8 >
  1406. sizeof(skb->cb));
  1407. sll = &PACKET_SKB_CB(skb)->sa.ll;
  1408. sll->sll_family = AF_PACKET;
  1409. sll->sll_hatype = dev->type;
  1410. sll->sll_protocol = skb->protocol;
  1411. sll->sll_pkttype = skb->pkt_type;
  1412. if (unlikely(po->origdev))
  1413. sll->sll_ifindex = orig_dev->ifindex;
  1414. else
  1415. sll->sll_ifindex = dev->ifindex;
  1416. sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
  1417. PACKET_SKB_CB(skb)->origlen = skb->len;
  1418. if (pskb_trim(skb, snaplen))
  1419. goto drop_n_acct;
  1420. skb_set_owner_r(skb, sk);
  1421. skb->dev = NULL;
  1422. skb_dst_drop(skb);
  1423. /* drop conntrack reference */
  1424. nf_reset(skb);
  1425. spin_lock(&sk->sk_receive_queue.lock);
  1426. po->stats.stats1.tp_packets++;
  1427. skb->dropcount = atomic_read(&sk->sk_drops);
  1428. __skb_queue_tail(&sk->sk_receive_queue, skb);
  1429. spin_unlock(&sk->sk_receive_queue.lock);
  1430. sk->sk_data_ready(sk, skb->len);
  1431. return 0;
  1432. drop_n_acct:
  1433. spin_lock(&sk->sk_receive_queue.lock);
  1434. po->stats.stats1.tp_drops++;
  1435. atomic_inc(&sk->sk_drops);
  1436. spin_unlock(&sk->sk_receive_queue.lock);
  1437. drop_n_restore:
  1438. if (skb_head != skb->data && skb_shared(skb)) {
  1439. skb->data = skb_head;
  1440. skb->len = skb_len;
  1441. }
  1442. drop:
  1443. consume_skb(skb);
  1444. return 0;
  1445. }
  1446. static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
  1447. struct packet_type *pt, struct net_device *orig_dev)
  1448. {
  1449. struct sock *sk;
  1450. struct packet_sock *po;
  1451. struct sockaddr_ll *sll;
  1452. union tpacket_uhdr h;
  1453. u8 *skb_head = skb->data;
  1454. int skb_len = skb->len;
  1455. unsigned int snaplen, res;
  1456. unsigned long status = TP_STATUS_USER;
  1457. unsigned short macoff, netoff, hdrlen;
  1458. struct sk_buff *copy_skb = NULL;
  1459. struct timespec ts;
  1460. __u32 ts_status;
  1461. if (skb->pkt_type == PACKET_LOOPBACK)
  1462. goto drop;
  1463. sk = pt->af_packet_priv;
  1464. po = pkt_sk(sk);
  1465. if (!net_eq(dev_net(dev), sock_net(sk)))
  1466. goto drop;
  1467. if (dev->header_ops) {
  1468. if (sk->sk_type != SOCK_DGRAM)
  1469. skb_push(skb, skb->data - skb_mac_header(skb));
  1470. else if (skb->pkt_type == PACKET_OUTGOING) {
  1471. /* Special case: outgoing packets have ll header at head */
  1472. skb_pull(skb, skb_network_offset(skb));
  1473. }
  1474. }
  1475. if (skb->ip_summed == CHECKSUM_PARTIAL)
  1476. status |= TP_STATUS_CSUMNOTREADY;
  1477. snaplen = skb->len;
  1478. res = run_filter(skb, sk, snaplen);
  1479. if (!res)
  1480. goto drop_n_restore;
  1481. if (snaplen > res)
  1482. snaplen = res;
  1483. if (sk->sk_type == SOCK_DGRAM) {
  1484. macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 +
  1485. po->tp_reserve;
  1486. } else {
  1487. unsigned int maclen = skb_network_offset(skb);
  1488. netoff = TPACKET_ALIGN(po->tp_hdrlen +
  1489. (maclen < 16 ? 16 : maclen)) +
  1490. po->tp_reserve;
  1491. macoff = netoff - maclen;
  1492. }
  1493. if (po->tp_version <= TPACKET_V2) {
  1494. if (macoff + snaplen > po->rx_ring.frame_size) {
  1495. if (po->copy_thresh &&
  1496. atomic_read(&sk->sk_rmem_alloc) < sk->sk_rcvbuf) {
  1497. if (skb_shared(skb)) {
  1498. copy_skb = skb_clone(skb, GFP_ATOMIC);
  1499. } else {
  1500. copy_skb = skb_get(skb);
  1501. skb_head = skb->data;
  1502. }
  1503. if (copy_skb)
  1504. skb_set_owner_r(copy_skb, sk);
  1505. }
  1506. snaplen = po->rx_ring.frame_size - macoff;
  1507. if ((int)snaplen < 0)
  1508. snaplen = 0;
  1509. }
  1510. }
  1511. spin_lock(&sk->sk_receive_queue.lock);
  1512. h.raw = packet_current_rx_frame(po, skb,
  1513. TP_STATUS_KERNEL, (macoff+snaplen));
  1514. if (!h.raw)
  1515. goto ring_is_full;
  1516. if (po->tp_version <= TPACKET_V2) {
  1517. packet_increment_rx_head(po, &po->rx_ring);
  1518. /*
  1519. * LOSING will be reported till you read the stats,
  1520. * because it's COR - Clear On Read.
  1521. * Anyways, moving it for V1/V2 only as V3 doesn't need this
  1522. * at packet level.
  1523. */
  1524. if (po->stats.stats1.tp_drops)
  1525. status |= TP_STATUS_LOSING;
  1526. }
  1527. po->stats.stats1.tp_packets++;
  1528. if (copy_skb) {
  1529. status |= TP_STATUS_COPY;
  1530. __skb_queue_tail(&sk->sk_receive_queue, copy_skb);
  1531. }
  1532. spin_unlock(&sk->sk_receive_queue.lock);
  1533. skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
  1534. if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp)))
  1535. getnstimeofday(&ts);
  1536. status |= ts_status;
  1537. switch (po->tp_version) {
  1538. case TPACKET_V1:
  1539. h.h1->tp_len = skb->len;
  1540. h.h1->tp_snaplen = snaplen;
  1541. h.h1->tp_mac = macoff;
  1542. h.h1->tp_net = netoff;
  1543. h.h1->tp_sec = ts.tv_sec;
  1544. h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
  1545. hdrlen = sizeof(*h.h1);
  1546. break;
  1547. case TPACKET_V2:
  1548. h.h2->tp_len = skb->len;
  1549. h.h2->tp_snaplen = snaplen;
  1550. h.h2->tp_mac = macoff;
  1551. h.h2->tp_net = netoff;
  1552. h.h2->tp_sec = ts.tv_sec;
  1553. h.h2->tp_nsec = ts.tv_nsec;
  1554. if (vlan_tx_tag_present(skb)) {
  1555. h.h2->tp_vlan_tci = vlan_tx_tag_get(skb);
  1556. status |= TP_STATUS_VLAN_VALID;
  1557. } else {
  1558. h.h2->tp_vlan_tci = 0;
  1559. }
  1560. h.h2->tp_padding = 0;
  1561. hdrlen = sizeof(*h.h2);
  1562. break;
  1563. case TPACKET_V3:
  1564. /* tp_nxt_offset,vlan are already populated above.
  1565. * So DONT clear those fields here
  1566. */
  1567. h.h3->tp_status |= status;
  1568. h.h3->tp_len = skb->len;
  1569. h.h3->tp_snaplen = snaplen;
  1570. h.h3->tp_mac = macoff;
  1571. h.h3->tp_net = netoff;
  1572. h.h3->tp_sec = ts.tv_sec;
  1573. h.h3->tp_nsec = ts.tv_nsec;
  1574. hdrlen = sizeof(*h.h3);
  1575. break;
  1576. default:
  1577. BUG();
  1578. }
  1579. sll = h.raw + TPACKET_ALIGN(hdrlen);
  1580. sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
  1581. sll->sll_family = AF_PACKET;
  1582. sll->sll_hatype = dev->type;
  1583. sll->sll_protocol = skb->protocol;
  1584. sll->sll_pkttype = skb->pkt_type;
  1585. if (unlikely(po->origdev))
  1586. sll->sll_ifindex = orig_dev->ifindex;
  1587. else
  1588. sll->sll_ifindex = dev->ifindex;
  1589. smp_mb();
  1590. #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
  1591. {
  1592. u8 *start, *end;
  1593. if (po->tp_version <= TPACKET_V2) {
  1594. end = (u8 *)PAGE_ALIGN((unsigned long)h.raw
  1595. + macoff + snaplen);
  1596. for (start = h.raw; start < end; start += PAGE_SIZE)
  1597. flush_dcache_page(pgv_to_page(start));
  1598. }
  1599. smp_wmb();
  1600. }
  1601. #endif
  1602. if (po->tp_version <= TPACKET_V2)
  1603. __packet_set_status(po, h.raw, status);
  1604. else
  1605. prb_clear_blk_fill_status(&po->rx_ring);
  1606. sk->sk_data_ready(sk, 0);
  1607. drop_n_restore:
  1608. if (skb_head != skb->data && skb_shared(skb)) {
  1609. skb->data = skb_head;
  1610. skb->len = skb_len;
  1611. }
  1612. drop:
  1613. kfree_skb(skb);
  1614. return 0;
  1615. ring_is_full:
  1616. po->stats.stats1.tp_drops++;
  1617. spin_unlock(&sk->sk_receive_queue.lock);
  1618. sk->sk_data_ready(sk, 0);
  1619. kfree_skb(copy_skb);
  1620. goto drop_n_restore;
  1621. }
  1622. static void tpacket_destruct_skb(struct sk_buff *skb)
  1623. {
  1624. struct packet_sock *po = pkt_sk(skb->sk);
  1625. void *ph;
  1626. if (likely(po->tx_ring.pg_vec)) {
  1627. __u32 ts;
  1628. ph = skb_shinfo(skb)->destructor_arg;
  1629. BUG_ON(atomic_read(&po->tx_ring.pending) == 0);
  1630. atomic_dec(&po->tx_ring.pending);
  1631. ts = __packet_set_timestamp(po, ph, skb);
  1632. __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts);
  1633. }
  1634. sock_wfree(skb);
  1635. }
  1636. static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb,
  1637. void *frame, struct net_device *dev, int size_max,
  1638. __be16 proto, unsigned char *addr, int hlen)
  1639. {
  1640. union tpacket_uhdr ph;
  1641. int to_write, offset, len, tp_len, nr_frags, len_max;
  1642. struct socket *sock = po->sk.sk_socket;
  1643. struct page *page;
  1644. void *data;
  1645. int err;
  1646. ph.raw = frame;
  1647. skb->protocol = proto;
  1648. skb->dev = dev;
  1649. skb->priority = po->sk.sk_priority;
  1650. skb->mark = po->sk.sk_mark;
  1651. sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags);
  1652. skb_shinfo(skb)->destructor_arg = ph.raw;
  1653. switch (po->tp_version) {
  1654. case TPACKET_V2:
  1655. tp_len = ph.h2->tp_len;
  1656. break;
  1657. default:
  1658. tp_len = ph.h1->tp_len;
  1659. break;
  1660. }
  1661. if (unlikely(tp_len > size_max)) {
  1662. pr_err("packet size is too long (%d > %d)\n", tp_len, size_max);
  1663. return -EMSGSIZE;
  1664. }
  1665. skb_reserve(skb, hlen);
  1666. skb_reset_network_header(skb);
  1667. skb_probe_transport_header(skb, 0);
  1668. if (po->tp_tx_has_off) {
  1669. int off_min, off_max, off;
  1670. off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll);
  1671. off_max = po->tx_ring.frame_size - tp_len;
  1672. if (sock->type == SOCK_DGRAM) {
  1673. switch (po->tp_version) {
  1674. case TPACKET_V2:
  1675. off = ph.h2->tp_net;
  1676. break;
  1677. default:
  1678. off = ph.h1->tp_net;
  1679. break;
  1680. }
  1681. } else {
  1682. switch (po->tp_version) {
  1683. case TPACKET_V2:
  1684. off = ph.h2->tp_mac;
  1685. break;
  1686. default:
  1687. off = ph.h1->tp_mac;
  1688. break;
  1689. }
  1690. }
  1691. if (unlikely((off < off_min) || (off_max < off)))
  1692. return -EINVAL;
  1693. data = ph.raw + off;
  1694. } else {
  1695. data = ph.raw + po->tp_hdrlen - sizeof(struct sockaddr_ll);
  1696. }
  1697. to_write = tp_len;
  1698. if (sock->type == SOCK_DGRAM) {
  1699. err = dev_hard_header(skb, dev, ntohs(proto), addr,
  1700. NULL, tp_len);
  1701. if (unlikely(err < 0))
  1702. return -EINVAL;
  1703. } else if (dev->hard_header_len) {
  1704. /* net device doesn't like empty head */
  1705. if (unlikely(tp_len <= dev->hard_header_len)) {
  1706. pr_err("packet size is too short (%d < %d)\n",
  1707. tp_len, dev->hard_header_len);
  1708. return -EINVAL;
  1709. }
  1710. skb_push(skb, dev->hard_header_len);
  1711. err = skb_store_bits(skb, 0, data,
  1712. dev->hard_header_len);
  1713. if (unlikely(err))
  1714. return err;
  1715. data += dev->hard_header_len;
  1716. to_write -= dev->hard_header_len;
  1717. }
  1718. offset = offset_in_page(data);
  1719. len_max = PAGE_SIZE - offset;
  1720. len = ((to_write > len_max) ? len_max : to_write);
  1721. skb->data_len = to_write;
  1722. skb->len += to_write;
  1723. skb->truesize += to_write;
  1724. atomic_add(to_write, &po->sk.sk_wmem_alloc);
  1725. while (likely(to_write)) {
  1726. nr_frags = skb_shinfo(skb)->nr_frags;
  1727. if (unlikely(nr_frags >= MAX_SKB_FRAGS)) {
  1728. pr_err("Packet exceed the number of skb frags(%lu)\n",
  1729. MAX_SKB_FRAGS);
  1730. return -EFAULT;
  1731. }
  1732. page = pgv_to_page(data);
  1733. data += len;
  1734. flush_dcache_page(page);
  1735. get_page(page);
  1736. skb_fill_page_desc(skb, nr_frags, page, offset, len);
  1737. to_write -= len;
  1738. offset = 0;
  1739. len_max = PAGE_SIZE;
  1740. len = ((to_write > len_max) ? len_max : to_write);
  1741. }
  1742. return tp_len;
  1743. }
  1744. static int tpacket_snd(struct packet_sock *po, struct msghdr *msg)
  1745. {
  1746. struct sk_buff *skb;
  1747. struct net_device *dev;
  1748. __be16 proto;
  1749. bool need_rls_dev = false;
  1750. int err, reserve = 0;
  1751. void *ph;
  1752. struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
  1753. int tp_len, size_max;
  1754. unsigned char *addr;
  1755. int len_sum = 0;
  1756. int status = TP_STATUS_AVAILABLE;
  1757. int hlen, tlen;
  1758. mutex_lock(&po->pg_vec_lock);
  1759. if (saddr == NULL) {
  1760. dev = po->prot_hook.dev;
  1761. proto = po->num;
  1762. addr = NULL;
  1763. } else {
  1764. err = -EINVAL;
  1765. if (msg->msg_namelen < sizeof(struct sockaddr_ll))
  1766. goto out;
  1767. if (msg->msg_namelen < (saddr->sll_halen
  1768. + offsetof(struct sockaddr_ll,
  1769. sll_addr)))
  1770. goto out;
  1771. proto = saddr->sll_protocol;
  1772. addr = saddr->sll_addr;
  1773. dev = dev_get_by_index(sock_net(&po->sk), saddr->sll_ifindex);
  1774. need_rls_dev = true;
  1775. }
  1776. err = -ENXIO;
  1777. if (unlikely(dev == NULL))
  1778. goto out;
  1779. reserve = dev->hard_header_len;
  1780. err = -ENETDOWN;
  1781. if (unlikely(!(dev->flags & IFF_UP)))
  1782. goto out_put;
  1783. size_max = po->tx_ring.frame_size
  1784. - (po->tp_hdrlen - sizeof(struct sockaddr_ll));
  1785. if (size_max > dev->mtu + reserve)
  1786. size_max = dev->mtu + reserve;
  1787. do {
  1788. ph = packet_current_frame(po, &po->tx_ring,
  1789. TP_STATUS_SEND_REQUEST);
  1790. if (unlikely(ph == NULL)) {
  1791. schedule();
  1792. continue;
  1793. }
  1794. status = TP_STATUS_SEND_REQUEST;
  1795. hlen = LL_RESERVED_SPACE(dev);
  1796. tlen = dev->needed_tailroom;
  1797. skb = sock_alloc_send_skb(&po->sk,
  1798. hlen + tlen + sizeof(struct sockaddr_ll),
  1799. 0, &err);
  1800. if (unlikely(skb == NULL))
  1801. goto out_status;
  1802. tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto,
  1803. addr, hlen);
  1804. if (unlikely(tp_len < 0)) {
  1805. if (po->tp_loss) {
  1806. __packet_set_status(po, ph,
  1807. TP_STATUS_AVAILABLE);
  1808. packet_increment_head(&po->tx_ring);
  1809. kfree_skb(skb);
  1810. continue;
  1811. } else {
  1812. status = TP_STATUS_WRONG_FORMAT;
  1813. err = tp_len;
  1814. goto out_status;
  1815. }
  1816. }
  1817. skb->destructor = tpacket_destruct_skb;
  1818. __packet_set_status(po, ph, TP_STATUS_SENDING);
  1819. atomic_inc(&po->tx_ring.pending);
  1820. status = TP_STATUS_SEND_REQUEST;
  1821. err = dev_queue_xmit(skb);
  1822. if (unlikely(err > 0)) {
  1823. err = net_xmit_errno(err);
  1824. if (err && __packet_get_status(po, ph) ==
  1825. TP_STATUS_AVAILABLE) {
  1826. /* skb was destructed already */
  1827. skb = NULL;
  1828. goto out_status;
  1829. }
  1830. /*
  1831. * skb was dropped but not destructed yet;
  1832. * let's treat it like congestion or err < 0
  1833. */
  1834. err = 0;
  1835. }
  1836. packet_increment_head(&po->tx_ring);
  1837. len_sum += tp_len;
  1838. } while (likely((ph != NULL) ||
  1839. ((!(msg->msg_flags & MSG_DONTWAIT)) &&
  1840. (atomic_read(&po->tx_ring.pending))))
  1841. );
  1842. err = len_sum;
  1843. goto out_put;
  1844. out_status:
  1845. __packet_set_status(po, ph, status);
  1846. kfree_skb(skb);
  1847. out_put:
  1848. if (need_rls_dev)
  1849. dev_put(dev);
  1850. out:
  1851. mutex_unlock(&po->pg_vec_lock);
  1852. return err;
  1853. }
  1854. static struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad,
  1855. size_t reserve, size_t len,
  1856. size_t linear, int noblock,
  1857. int *err)
  1858. {
  1859. struct sk_buff *skb;
  1860. /* Under a page? Don't bother with paged skb. */
  1861. if (prepad + len < PAGE_SIZE || !linear)
  1862. linear = len;
  1863. skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
  1864. err);
  1865. if (!skb)
  1866. return NULL;
  1867. skb_reserve(skb, reserve);
  1868. skb_put(skb, linear);
  1869. skb->data_len = len - linear;
  1870. skb->len += len - linear;
  1871. return skb;
  1872. }
  1873. static int packet_snd(struct socket *sock,
  1874. struct msghdr *msg, size_t len)
  1875. {
  1876. struct sock *sk = sock->sk;
  1877. struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
  1878. struct sk_buff *skb;
  1879. struct net_device *dev;
  1880. __be16 proto;
  1881. bool need_rls_dev = false;
  1882. unsigned char *addr;
  1883. int err, reserve = 0;
  1884. struct virtio_net_hdr vnet_hdr = { 0 };
  1885. int offset = 0;
  1886. int vnet_hdr_len;
  1887. struct packet_sock *po = pkt_sk(sk);
  1888. unsigned short gso_type = 0;
  1889. int hlen, tlen;
  1890. int extra_len = 0;
  1891. /*
  1892. * Get and verify the address.
  1893. */
  1894. if (saddr == NULL) {
  1895. dev = po->prot_hook.dev;
  1896. proto = po->num;
  1897. addr = NULL;
  1898. } else {
  1899. err = -EINVAL;
  1900. if (msg->msg_namelen < sizeof(struct sockaddr_ll))
  1901. goto out;
  1902. if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
  1903. goto out;
  1904. proto = saddr->sll_protocol;
  1905. addr = saddr->sll_addr;
  1906. dev = dev_get_by_index(sock_net(sk), saddr->sll_ifindex);
  1907. need_rls_dev = true;
  1908. }
  1909. err = -ENXIO;
  1910. if (dev == NULL)
  1911. goto out_unlock;
  1912. if (sock->type == SOCK_RAW)
  1913. reserve = dev->hard_header_len;
  1914. err = -ENETDOWN;
  1915. if (!(dev->flags & IFF_UP))
  1916. goto out_unlock;
  1917. if (po->has_vnet_hdr) {
  1918. vnet_hdr_len = sizeof(vnet_hdr);
  1919. err = -EINVAL;
  1920. if (len < vnet_hdr_len)
  1921. goto out_unlock;
  1922. len -= vnet_hdr_len;
  1923. err = memcpy_fromiovec((void *)&vnet_hdr, msg->msg_iov,
  1924. vnet_hdr_len);
  1925. if (err < 0)
  1926. goto out_unlock;
  1927. if ((vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) &&
  1928. (vnet_hdr.csum_start + vnet_hdr.csum_offset + 2 >
  1929. vnet_hdr.hdr_len))
  1930. vnet_hdr.hdr_len = vnet_hdr.csum_start +
  1931. vnet_hdr.csum_offset + 2;
  1932. err = -EINVAL;
  1933. if (vnet_hdr.hdr_len > len)
  1934. goto out_unlock;
  1935. if (vnet_hdr.gso_type != VIRTIO_NET_HDR_GSO_NONE) {
  1936. switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
  1937. case VIRTIO_NET_HDR_GSO_TCPV4:
  1938. gso_type = SKB_GSO_TCPV4;
  1939. break;
  1940. case VIRTIO_NET_HDR_GSO_TCPV6:
  1941. gso_type = SKB_GSO_TCPV6;
  1942. break;
  1943. case VIRTIO_NET_HDR_GSO_UDP:
  1944. gso_type = SKB_GSO_UDP;
  1945. break;
  1946. default:
  1947. goto out_unlock;
  1948. }
  1949. if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN)
  1950. gso_type |= SKB_GSO_TCP_ECN;
  1951. if (vnet_hdr.gso_size == 0)
  1952. goto out_unlock;
  1953. }
  1954. }
  1955. if (unlikely(sock_flag(sk, SOCK_NOFCS))) {
  1956. if (!netif_supports_nofcs(dev)) {
  1957. err = -EPROTONOSUPPORT;
  1958. goto out_unlock;
  1959. }
  1960. extra_len = 4; /* We're doing our own CRC */
  1961. }
  1962. err = -EMSGSIZE;
  1963. if (!gso_type && (len > dev->mtu + reserve + VLAN_HLEN + extra_len))
  1964. goto out_unlock;
  1965. err = -ENOBUFS;
  1966. hlen = LL_RESERVED_SPACE(dev);
  1967. tlen = dev->needed_tailroom;
  1968. skb = packet_alloc_skb(sk, hlen + tlen, hlen, len, vnet_hdr.hdr_len,
  1969. msg->msg_flags & MSG_DONTWAIT, &err);
  1970. if (skb == NULL)
  1971. goto out_unlock;
  1972. skb_set_network_header(skb, reserve);
  1973. err = -EINVAL;
  1974. if (sock->type == SOCK_DGRAM &&
  1975. (offset = dev_hard_header(skb, dev, ntohs(proto), addr, NULL, len)) < 0)
  1976. goto out_free;
  1977. /* Returns -EFAULT on error */
  1978. err = skb_copy_datagram_from_iovec(skb, offset, msg->msg_iov, 0, len);
  1979. if (err)
  1980. goto out_free;
  1981. sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
  1982. if (!gso_type && (len > dev->mtu + reserve + extra_len)) {
  1983. /* Earlier code assumed this would be a VLAN pkt,
  1984. * double-check this now that we have the actual
  1985. * packet in hand.
  1986. */
  1987. struct ethhdr *ehdr;
  1988. skb_reset_mac_header(skb);
  1989. ehdr = eth_hdr(skb);
  1990. if (ehdr->h_proto != htons(ETH_P_8021Q)) {
  1991. err = -EMSGSIZE;
  1992. goto out_free;
  1993. }
  1994. }
  1995. skb->protocol = proto;
  1996. skb->dev = dev;
  1997. skb->priority = sk->sk_priority;
  1998. skb->mark = sk->sk_mark;
  1999. if (po->has_vnet_hdr) {
  2000. if (vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) {
  2001. if (!skb_partial_csum_set(skb, vnet_hdr.csum_start,
  2002. vnet_hdr.csum_offset)) {
  2003. err = -EINVAL;
  2004. goto out_free;
  2005. }
  2006. }
  2007. skb_shinfo(skb)->gso_size = vnet_hdr.gso_size;
  2008. skb_shinfo(skb)->gso_type = gso_type;
  2009. /* Header must be checked, and gso_segs computed. */
  2010. skb_shinfo(skb)->gso_type |= SKB_GSO_DODGY;
  2011. skb_shinfo(skb)->gso_segs = 0;
  2012. len += vnet_hdr_len;
  2013. }
  2014. skb_probe_transport_header(skb, reserve);
  2015. if (unlikely(extra_len == 4))
  2016. skb->no_fcs = 1;
  2017. /*
  2018. * Now send it
  2019. */
  2020. err = dev_queue_xmit(skb);
  2021. if (err > 0 && (err = net_xmit_errno(err)) != 0)
  2022. goto out_unlock;
  2023. if (need_rls_dev)
  2024. dev_put(dev);
  2025. return len;
  2026. out_free:
  2027. kfree_skb(skb);
  2028. out_unlock:
  2029. if (dev && need_rls_dev)
  2030. dev_put(dev);
  2031. out:
  2032. return err;
  2033. }
  2034. static int packet_sendmsg(struct kiocb *iocb, struct socket *sock,
  2035. struct msghdr *msg, size_t len)
  2036. {
  2037. struct sock *sk = sock->sk;
  2038. struct packet_sock *po = pkt_sk(sk);
  2039. if (po->tx_ring.pg_vec)
  2040. return tpacket_snd(po, msg);
  2041. else
  2042. return packet_snd(sock, msg, len);
  2043. }
  2044. /*
  2045. * Close a PACKET socket. This is fairly simple. We immediately go
  2046. * to 'closed' state and remove our protocol entry in the device list.
  2047. */
  2048. static int packet_release(struct socket *sock)
  2049. {
  2050. struct sock *sk = sock->sk;
  2051. struct packet_sock *po;
  2052. struct net *net;
  2053. union tpacket_req_u req_u;
  2054. if (!sk)
  2055. return 0;
  2056. net = sock_net(sk);
  2057. po = pkt_sk(sk);
  2058. mutex_lock(&net->packet.sklist_lock);
  2059. sk_del_node_init_rcu(sk);
  2060. mutex_unlock(&net->packet.sklist_lock);
  2061. preempt_disable();
  2062. sock_prot_inuse_add(net, sk->sk_prot, -1);
  2063. preempt_enable();
  2064. spin_lock(&po->bind_lock);
  2065. unregister_prot_hook(sk, false);
  2066. if (po->prot_hook.dev) {
  2067. dev_put(po->prot_hook.dev);
  2068. po->prot_hook.dev = NULL;
  2069. }
  2070. spin_unlock(&po->bind_lock);
  2071. packet_flush_mclist(sk);
  2072. if (po->rx_ring.pg_vec) {
  2073. memset(&req_u, 0, sizeof(req_u));
  2074. packet_set_ring(sk, &req_u, 1, 0);
  2075. }
  2076. if (po->tx_ring.pg_vec) {
  2077. memset(&req_u, 0, sizeof(req_u));
  2078. packet_set_ring(sk, &req_u, 1, 1);
  2079. }
  2080. fanout_release(sk);
  2081. synchronize_net();
  2082. /*
  2083. * Now the socket is dead. No more input will appear.
  2084. */
  2085. sock_orphan(sk);
  2086. sock->sk = NULL;
  2087. /* Purge queues */
  2088. skb_queue_purge(&sk->sk_receive_queue);
  2089. sk_refcnt_debug_release(sk);
  2090. sock_put(sk);
  2091. return 0;
  2092. }
  2093. /*
  2094. * Attach a packet hook.
  2095. */
  2096. static int packet_do_bind(struct sock *sk, struct net_device *dev, __be16 protocol)
  2097. {
  2098. struct packet_sock *po = pkt_sk(sk);
  2099. if (po->fanout) {
  2100. if (dev)
  2101. dev_put(dev);
  2102. return -EINVAL;
  2103. }
  2104. lock_sock(sk);
  2105. spin_lock(&po->bind_lock);
  2106. unregister_prot_hook(sk, true);
  2107. po->num = protocol;
  2108. po->prot_hook.type = protocol;
  2109. if (po->prot_hook.dev)
  2110. dev_put(po->prot_hook.dev);
  2111. po->prot_hook.dev = dev;
  2112. po->ifindex = dev ? dev->ifindex : 0;
  2113. if (protocol == 0)
  2114. goto out_unlock;
  2115. if (!dev || (dev->flags & IFF_UP)) {
  2116. register_prot_hook(sk);
  2117. } else {
  2118. sk->sk_err = ENETDOWN;
  2119. if (!sock_flag(sk, SOCK_DEAD))
  2120. sk->sk_error_report(sk);
  2121. }
  2122. out_unlock:
  2123. spin_unlock(&po->bind_lock);
  2124. release_sock(sk);
  2125. return 0;
  2126. }
  2127. /*
  2128. * Bind a packet socket to a device
  2129. */
  2130. static int packet_bind_spkt(struct socket *sock, struct sockaddr *uaddr,
  2131. int addr_len)
  2132. {
  2133. struct sock *sk = sock->sk;
  2134. char name[15];
  2135. struct net_device *dev;
  2136. int err = -ENODEV;
  2137. /*
  2138. * Check legality
  2139. */
  2140. if (addr_len != sizeof(struct sockaddr))
  2141. return -EINVAL;
  2142. strlcpy(name, uaddr->sa_data, sizeof(name));
  2143. dev = dev_get_by_name(sock_net(sk), name);
  2144. if (dev)
  2145. err = packet_do_bind(sk, dev, pkt_sk(sk)->num);
  2146. return err;
  2147. }
  2148. static int packet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
  2149. {
  2150. struct sockaddr_ll *sll = (struct sockaddr_ll *)uaddr;
  2151. struct sock *sk = sock->sk;
  2152. struct net_device *dev = NULL;
  2153. int err;
  2154. /*
  2155. * Check legality
  2156. */
  2157. if (addr_len < sizeof(struct sockaddr_ll))
  2158. return -EINVAL;
  2159. if (sll->sll_family != AF_PACKET)
  2160. return -EINVAL;
  2161. if (sll->sll_ifindex) {
  2162. err = -ENODEV;
  2163. dev = dev_get_by_index(sock_net(sk), sll->sll_ifindex);
  2164. if (dev == NULL)
  2165. goto out;
  2166. }
  2167. err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num);
  2168. out:
  2169. return err;
  2170. }
  2171. static struct proto packet_proto = {
  2172. .name = "PACKET",
  2173. .owner = THIS_MODULE,
  2174. .obj_size = sizeof(struct packet_sock),
  2175. };
  2176. /*
  2177. * Create a packet of type SOCK_PACKET.
  2178. */
  2179. static int packet_create(struct net *net, struct socket *sock, int protocol,
  2180. int kern)
  2181. {
  2182. struct sock *sk;
  2183. struct packet_sock *po;
  2184. __be16 proto = (__force __be16)protocol; /* weird, but documented */
  2185. int err;
  2186. if (!ns_capable(net->user_ns, CAP_NET_RAW))
  2187. return -EPERM;
  2188. if (sock->type != SOCK_DGRAM && sock->type != SOCK_RAW &&
  2189. sock->type != SOCK_PACKET)
  2190. return -ESOCKTNOSUPPORT;
  2191. sock->state = SS_UNCONNECTED;
  2192. err = -ENOBUFS;
  2193. sk = sk_alloc(net, PF_PACKET, GFP_KERNEL, &packet_proto);
  2194. if (sk == NULL)
  2195. goto out;
  2196. sock->ops = &packet_ops;
  2197. if (sock->type == SOCK_PACKET)
  2198. sock->ops = &packet_ops_spkt;
  2199. sock_init_data(sock, sk);
  2200. po = pkt_sk(sk);
  2201. sk->sk_family = PF_PACKET;
  2202. po->num = proto;
  2203. sk->sk_destruct = packet_sock_destruct;
  2204. sk_refcnt_debug_inc(sk);
  2205. /*
  2206. * Attach a protocol block
  2207. */
  2208. spin_lock_init(&po->bind_lock);
  2209. mutex_init(&po->pg_vec_lock);
  2210. po->prot_hook.func = packet_rcv;
  2211. if (sock->type == SOCK_PACKET)
  2212. po->prot_hook.func = packet_rcv_spkt;
  2213. po->prot_hook.af_packet_priv = sk;
  2214. if (proto) {
  2215. po->prot_hook.type = proto;
  2216. register_prot_hook(sk);
  2217. }
  2218. mutex_lock(&net->packet.sklist_lock);
  2219. sk_add_node_rcu(sk, &net->packet.sklist);
  2220. mutex_unlock(&net->packet.sklist_lock);
  2221. preempt_disable();
  2222. sock_prot_inuse_add(net, &packet_proto, 1);
  2223. preempt_enable();
  2224. return 0;
  2225. out:
  2226. return err;
  2227. }
  2228. /*
  2229. * Pull a packet from our receive queue and hand it to the user.
  2230. * If necessary we block.
  2231. */
  2232. static int packet_recvmsg(struct kiocb *iocb, struct socket *sock,
  2233. struct msghdr *msg, size_t len, int flags)
  2234. {
  2235. struct sock *sk = sock->sk;
  2236. struct sk_buff *skb;
  2237. int copied, err;
  2238. struct sockaddr_ll *sll;
  2239. int vnet_hdr_len = 0;
  2240. err = -EINVAL;
  2241. if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
  2242. goto out;
  2243. #if 0
  2244. /* What error should we return now? EUNATTACH? */
  2245. if (pkt_sk(sk)->ifindex < 0)
  2246. return -ENODEV;
  2247. #endif
  2248. if (flags & MSG_ERRQUEUE) {
  2249. err = sock_recv_errqueue(sk, msg, len,
  2250. SOL_PACKET, PACKET_TX_TIMESTAMP);
  2251. goto out;
  2252. }
  2253. /*
  2254. * Call the generic datagram receiver. This handles all sorts
  2255. * of horrible races and re-entrancy so we can forget about it
  2256. * in the protocol layers.
  2257. *
  2258. * Now it will return ENETDOWN, if device have just gone down,
  2259. * but then it will block.
  2260. */
  2261. skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
  2262. /*
  2263. * An error occurred so return it. Because skb_recv_datagram()
  2264. * handles the blocking we don't see and worry about blocking
  2265. * retries.
  2266. */
  2267. if (skb == NULL)
  2268. goto out;
  2269. if (pkt_sk(sk)->has_vnet_hdr) {
  2270. struct virtio_net_hdr vnet_hdr = { 0 };
  2271. err = -EINVAL;
  2272. vnet_hdr_len = sizeof(vnet_hdr);
  2273. if (len < vnet_hdr_len)
  2274. goto out_free;
  2275. len -= vnet_hdr_len;
  2276. if (skb_is_gso(skb)) {
  2277. struct skb_shared_info *sinfo = skb_shinfo(skb);
  2278. /* This is a hint as to how much should be linear. */
  2279. vnet_hdr.hdr_len = skb_headlen(skb);
  2280. vnet_hdr.gso_size = sinfo->gso_size;
  2281. if (sinfo->gso_type & SKB_GSO_TCPV4)
  2282. vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV4;
  2283. else if (sinfo->gso_type & SKB_GSO_TCPV6)
  2284. vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV6;
  2285. else if (sinfo->gso_type & SKB_GSO_UDP)
  2286. vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_UDP;
  2287. else if (sinfo->gso_type & SKB_GSO_FCOE)
  2288. goto out_free;
  2289. else
  2290. BUG();
  2291. if (sinfo->gso_type & SKB_GSO_TCP_ECN)
  2292. vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN;
  2293. } else
  2294. vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_NONE;
  2295. if (skb->ip_summed == CHECKSUM_PARTIAL) {
  2296. vnet_hdr.flags = VIRTIO_NET_HDR_F_NEEDS_CSUM;
  2297. vnet_hdr.csum_start = skb_checksum_start_offset(skb);
  2298. vnet_hdr.csum_offset = skb->csum_offset;
  2299. } else if (skb->ip_summed == CHECKSUM_UNNECESSARY) {
  2300. vnet_hdr.flags = VIRTIO_NET_HDR_F_DATA_VALID;
  2301. } /* else everything is zero */
  2302. err = memcpy_toiovec(msg->msg_iov, (void *)&vnet_hdr,
  2303. vnet_hdr_len);
  2304. if (err < 0)
  2305. goto out_free;
  2306. }
  2307. /*
  2308. * If the address length field is there to be filled in, we fill
  2309. * it in now.
  2310. */
  2311. sll = &PACKET_SKB_CB(skb)->sa.ll;
  2312. if (sock->type == SOCK_PACKET)
  2313. msg->msg_namelen = sizeof(struct sockaddr_pkt);
  2314. else
  2315. msg->msg_namelen = sll->sll_halen + offsetof(struct sockaddr_ll, sll_addr);
  2316. /*
  2317. * You lose any data beyond the buffer you gave. If it worries a
  2318. * user program they can ask the device for its MTU anyway.
  2319. */
  2320. copied = skb->len;
  2321. if (copied > len) {
  2322. copied = len;
  2323. msg->msg_flags |= MSG_TRUNC;
  2324. }
  2325. err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
  2326. if (err)
  2327. goto out_free;
  2328. sock_recv_ts_and_drops(msg, sk, skb);
  2329. if (msg->msg_name)
  2330. memcpy(msg->msg_name, &PACKET_SKB_CB(skb)->sa,
  2331. msg->msg_namelen);
  2332. if (pkt_sk(sk)->auxdata) {
  2333. struct tpacket_auxdata aux;
  2334. aux.tp_status = TP_STATUS_USER;
  2335. if (skb->ip_summed == CHECKSUM_PARTIAL)
  2336. aux.tp_status |= TP_STATUS_CSUMNOTREADY;
  2337. aux.tp_len = PACKET_SKB_CB(skb)->origlen;
  2338. aux.tp_snaplen = skb->len;
  2339. aux.tp_mac = 0;
  2340. aux.tp_net = skb_network_offset(skb);
  2341. if (vlan_tx_tag_present(skb)) {
  2342. aux.tp_vlan_tci = vlan_tx_tag_get(skb);
  2343. aux.tp_status |= TP_STATUS_VLAN_VALID;
  2344. } else {
  2345. aux.tp_vlan_tci = 0;
  2346. }
  2347. aux.tp_padding = 0;
  2348. put_cmsg(msg, SOL_PACKET, PACKET_AUXDATA, sizeof(aux), &aux);
  2349. }
  2350. /*
  2351. * Free or return the buffer as appropriate. Again this
  2352. * hides all the races and re-entrancy issues from us.
  2353. */
  2354. err = vnet_hdr_len + ((flags&MSG_TRUNC) ? skb->len : copied);
  2355. out_free:
  2356. skb_free_datagram(sk, skb);
  2357. out:
  2358. return err;
  2359. }
  2360. static int packet_getname_spkt(struct socket *sock, struct sockaddr *uaddr,
  2361. int *uaddr_len, int peer)
  2362. {
  2363. struct net_device *dev;
  2364. struct sock *sk = sock->sk;
  2365. if (peer)
  2366. return -EOPNOTSUPP;
  2367. uaddr->sa_family = AF_PACKET;
  2368. memset(uaddr->sa_data, 0, sizeof(uaddr->sa_data));
  2369. rcu_read_lock();
  2370. dev = dev_get_by_index_rcu(sock_net(sk), pkt_sk(sk)->ifindex);
  2371. if (dev)
  2372. strlcpy(uaddr->sa_data, dev->name, sizeof(uaddr->sa_data));
  2373. rcu_read_unlock();
  2374. *uaddr_len = sizeof(*uaddr);
  2375. return 0;
  2376. }
  2377. static int packet_getname(struct socket *sock, struct sockaddr *uaddr,
  2378. int *uaddr_len, int peer)
  2379. {
  2380. struct net_device *dev;
  2381. struct sock *sk = sock->sk;
  2382. struct packet_sock *po = pkt_sk(sk);
  2383. DECLARE_SOCKADDR(struct sockaddr_ll *, sll, uaddr);
  2384. if (peer)
  2385. return -EOPNOTSUPP;
  2386. sll->sll_family = AF_PACKET;
  2387. sll->sll_ifindex = po->ifindex;
  2388. sll->sll_protocol = po->num;
  2389. sll->sll_pkttype = 0;
  2390. rcu_read_lock();
  2391. dev = dev_get_by_index_rcu(sock_net(sk), po->ifindex);
  2392. if (dev) {
  2393. sll->sll_hatype = dev->type;
  2394. sll->sll_halen = dev->addr_len;
  2395. memcpy(sll->sll_addr, dev->dev_addr, dev->addr_len);
  2396. } else {
  2397. sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */
  2398. sll->sll_halen = 0;
  2399. }
  2400. rcu_read_unlock();
  2401. *uaddr_len = offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
  2402. return 0;
  2403. }
  2404. static int packet_dev_mc(struct net_device *dev, struct packet_mclist *i,
  2405. int what)
  2406. {
  2407. switch (i->type) {
  2408. case PACKET_MR_MULTICAST:
  2409. if (i->alen != dev->addr_len)
  2410. return -EINVAL;
  2411. if (what > 0)
  2412. return dev_mc_add(dev, i->addr);
  2413. else
  2414. return dev_mc_del(dev, i->addr);
  2415. break;
  2416. case PACKET_MR_PROMISC:
  2417. return dev_set_promiscuity(dev, what);
  2418. break;
  2419. case PACKET_MR_ALLMULTI:
  2420. return dev_set_allmulti(dev, what);
  2421. break;
  2422. case PACKET_MR_UNICAST:
  2423. if (i->alen != dev->addr_len)
  2424. return -EINVAL;
  2425. if (what > 0)
  2426. return dev_uc_add(dev, i->addr);
  2427. else
  2428. return dev_uc_del(dev, i->addr);
  2429. break;
  2430. default:
  2431. break;
  2432. }
  2433. return 0;
  2434. }
  2435. static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what)
  2436. {
  2437. for ( ; i; i = i->next) {
  2438. if (i->ifindex == dev->ifindex)
  2439. packet_dev_mc(dev, i, what);
  2440. }
  2441. }
  2442. static int packet_mc_add(struct sock *sk, struct packet_mreq_max *mreq)
  2443. {
  2444. struct packet_sock *po = pkt_sk(sk);
  2445. struct packet_mclist *ml, *i;
  2446. struct net_device *dev;
  2447. int err;
  2448. rtnl_lock();
  2449. err = -ENODEV;
  2450. dev = __dev_get_by_index(sock_net(sk), mreq->mr_ifindex);
  2451. if (!dev)
  2452. goto done;
  2453. err = -EINVAL;
  2454. if (mreq->mr_alen > dev->addr_len)
  2455. goto done;
  2456. err = -ENOBUFS;
  2457. i = kmalloc(sizeof(*i), GFP_KERNEL);
  2458. if (i == NULL)
  2459. goto done;
  2460. err = 0;
  2461. for (ml = po->mclist; ml; ml = ml->next) {
  2462. if (ml->ifindex == mreq->mr_ifindex &&
  2463. ml->type == mreq->mr_type &&
  2464. ml->alen == mreq->mr_alen &&
  2465. memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
  2466. ml->count++;
  2467. /* Free the new element ... */
  2468. kfree(i);
  2469. goto done;
  2470. }
  2471. }
  2472. i->type = mreq->mr_type;
  2473. i->ifindex = mreq->mr_ifindex;
  2474. i->alen = mreq->mr_alen;
  2475. memcpy(i->addr, mreq->mr_address, i->alen);
  2476. i->count = 1;
  2477. i->next = po->mclist;
  2478. po->mclist = i;
  2479. err = packet_dev_mc(dev, i, 1);
  2480. if (err) {
  2481. po->mclist = i->next;
  2482. kfree(i);
  2483. }
  2484. done:
  2485. rtnl_unlock();
  2486. return err;
  2487. }
  2488. static int packet_mc_drop(struct sock *sk, struct packet_mreq_max *mreq)
  2489. {
  2490. struct packet_mclist *ml, **mlp;
  2491. rtnl_lock();
  2492. for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) {
  2493. if (ml->ifindex == mreq->mr_ifindex &&
  2494. ml->type == mreq->mr_type &&
  2495. ml->alen == mreq->mr_alen &&
  2496. memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
  2497. if (--ml->count == 0) {
  2498. struct net_device *dev;
  2499. *mlp = ml->next;
  2500. dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
  2501. if (dev)
  2502. packet_dev_mc(dev, ml, -1);
  2503. kfree(ml);
  2504. }
  2505. rtnl_unlock();
  2506. return 0;
  2507. }
  2508. }
  2509. rtnl_unlock();
  2510. return -EADDRNOTAVAIL;
  2511. }
  2512. static void packet_flush_mclist(struct sock *sk)
  2513. {
  2514. struct packet_sock *po = pkt_sk(sk);
  2515. struct packet_mclist *ml;
  2516. if (!po->mclist)
  2517. return;
  2518. rtnl_lock();
  2519. while ((ml = po->mclist) != NULL) {
  2520. struct net_device *dev;
  2521. po->mclist = ml->next;
  2522. dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
  2523. if (dev != NULL)
  2524. packet_dev_mc(dev, ml, -1);
  2525. kfree(ml);
  2526. }
  2527. rtnl_unlock();
  2528. }
  2529. static int
  2530. packet_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen)
  2531. {
  2532. struct sock *sk = sock->sk;
  2533. struct packet_sock *po = pkt_sk(sk);
  2534. int ret;
  2535. if (level != SOL_PACKET)
  2536. return -ENOPROTOOPT;
  2537. switch (optname) {
  2538. case PACKET_ADD_MEMBERSHIP:
  2539. case PACKET_DROP_MEMBERSHIP:
  2540. {
  2541. struct packet_mreq_max mreq;
  2542. int len = optlen;
  2543. memset(&mreq, 0, sizeof(mreq));
  2544. if (len < sizeof(struct packet_mreq))
  2545. return -EINVAL;
  2546. if (len > sizeof(mreq))
  2547. len = sizeof(mreq);
  2548. if (copy_from_user(&mreq, optval, len))
  2549. return -EFAULT;
  2550. if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
  2551. return -EINVAL;
  2552. if (optname == PACKET_ADD_MEMBERSHIP)
  2553. ret = packet_mc_add(sk, &mreq);
  2554. else
  2555. ret = packet_mc_drop(sk, &mreq);
  2556. return ret;
  2557. }
  2558. case PACKET_RX_RING:
  2559. case PACKET_TX_RING:
  2560. {
  2561. union tpacket_req_u req_u;
  2562. int len;
  2563. switch (po->tp_version) {
  2564. case TPACKET_V1:
  2565. case TPACKET_V2:
  2566. len = sizeof(req_u.req);
  2567. break;
  2568. case TPACKET_V3:
  2569. default:
  2570. len = sizeof(req_u.req3);
  2571. break;
  2572. }
  2573. if (optlen < len)
  2574. return -EINVAL;
  2575. if (pkt_sk(sk)->has_vnet_hdr)
  2576. return -EINVAL;
  2577. if (copy_from_user(&req_u.req, optval, len))
  2578. return -EFAULT;
  2579. return packet_set_ring(sk, &req_u, 0,
  2580. optname == PACKET_TX_RING);
  2581. }
  2582. case PACKET_COPY_THRESH:
  2583. {
  2584. int val;
  2585. if (optlen != sizeof(val))
  2586. return -EINVAL;
  2587. if (copy_from_user(&val, optval, sizeof(val)))
  2588. return -EFAULT;
  2589. pkt_sk(sk)->copy_thresh = val;
  2590. return 0;
  2591. }
  2592. case PACKET_VERSION:
  2593. {
  2594. int val;
  2595. if (optlen != sizeof(val))
  2596. return -EINVAL;
  2597. if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
  2598. return -EBUSY;
  2599. if (copy_from_user(&val, optval, sizeof(val)))
  2600. return -EFAULT;
  2601. switch (val) {
  2602. case TPACKET_V1:
  2603. case TPACKET_V2:
  2604. case TPACKET_V3:
  2605. po->tp_version = val;
  2606. return 0;
  2607. default:
  2608. return -EINVAL;
  2609. }
  2610. }
  2611. case PACKET_RESERVE:
  2612. {
  2613. unsigned int val;
  2614. if (optlen != sizeof(val))
  2615. return -EINVAL;
  2616. if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
  2617. return -EBUSY;
  2618. if (copy_from_user(&val, optval, sizeof(val)))
  2619. return -EFAULT;
  2620. po->tp_reserve = val;
  2621. return 0;
  2622. }
  2623. case PACKET_LOSS:
  2624. {
  2625. unsigned int val;
  2626. if (optlen != sizeof(val))
  2627. return -EINVAL;
  2628. if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
  2629. return -EBUSY;
  2630. if (copy_from_user(&val, optval, sizeof(val)))
  2631. return -EFAULT;
  2632. po->tp_loss = !!val;
  2633. return 0;
  2634. }
  2635. case PACKET_AUXDATA:
  2636. {
  2637. int val;
  2638. if (optlen < sizeof(val))
  2639. return -EINVAL;
  2640. if (copy_from_user(&val, optval, sizeof(val)))
  2641. return -EFAULT;
  2642. po->auxdata = !!val;
  2643. return 0;
  2644. }
  2645. case PACKET_ORIGDEV:
  2646. {
  2647. int val;
  2648. if (optlen < sizeof(val))
  2649. return -EINVAL;
  2650. if (copy_from_user(&val, optval, sizeof(val)))
  2651. return -EFAULT;
  2652. po->origdev = !!val;
  2653. return 0;
  2654. }
  2655. case PACKET_VNET_HDR:
  2656. {
  2657. int val;
  2658. if (sock->type != SOCK_RAW)
  2659. return -EINVAL;
  2660. if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
  2661. return -EBUSY;
  2662. if (optlen < sizeof(val))
  2663. return -EINVAL;
  2664. if (copy_from_user(&val, optval, sizeof(val)))
  2665. return -EFAULT;
  2666. po->has_vnet_hdr = !!val;
  2667. return 0;
  2668. }
  2669. case PACKET_TIMESTAMP:
  2670. {
  2671. int val;
  2672. if (optlen != sizeof(val))
  2673. return -EINVAL;
  2674. if (copy_from_user(&val, optval, sizeof(val)))
  2675. return -EFAULT;
  2676. po->tp_tstamp = val;
  2677. return 0;
  2678. }
  2679. case PACKET_FANOUT:
  2680. {
  2681. int val;
  2682. if (optlen != sizeof(val))
  2683. return -EINVAL;
  2684. if (copy_from_user(&val, optval, sizeof(val)))
  2685. return -EFAULT;
  2686. return fanout_add(sk, val & 0xffff, val >> 16);
  2687. }
  2688. case PACKET_TX_HAS_OFF:
  2689. {
  2690. unsigned int val;
  2691. if (optlen != sizeof(val))
  2692. return -EINVAL;
  2693. if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
  2694. return -EBUSY;
  2695. if (copy_from_user(&val, optval, sizeof(val)))
  2696. return -EFAULT;
  2697. po->tp_tx_has_off = !!val;
  2698. return 0;
  2699. }
  2700. default:
  2701. return -ENOPROTOOPT;
  2702. }
  2703. }
  2704. static int packet_getsockopt(struct socket *sock, int level, int optname,
  2705. char __user *optval, int __user *optlen)
  2706. {
  2707. int len;
  2708. int val, lv = sizeof(val);
  2709. struct sock *sk = sock->sk;
  2710. struct packet_sock *po = pkt_sk(sk);
  2711. void *data = &val;
  2712. union tpacket_stats_u st;
  2713. if (level != SOL_PACKET)
  2714. return -ENOPROTOOPT;
  2715. if (get_user(len, optlen))
  2716. return -EFAULT;
  2717. if (len < 0)
  2718. return -EINVAL;
  2719. switch (optname) {
  2720. case PACKET_STATISTICS:
  2721. spin_lock_bh(&sk->sk_receive_queue.lock);
  2722. memcpy(&st, &po->stats, sizeof(st));
  2723. memset(&po->stats, 0, sizeof(po->stats));
  2724. spin_unlock_bh(&sk->sk_receive_queue.lock);
  2725. if (po->tp_version == TPACKET_V3) {
  2726. lv = sizeof(struct tpacket_stats_v3);
  2727. data = &st.stats3;
  2728. } else {
  2729. lv = sizeof(struct tpacket_stats);
  2730. data = &st.stats1;
  2731. }
  2732. break;
  2733. case PACKET_AUXDATA:
  2734. val = po->auxdata;
  2735. break;
  2736. case PACKET_ORIGDEV:
  2737. val = po->origdev;
  2738. break;
  2739. case PACKET_VNET_HDR:
  2740. val = po->has_vnet_hdr;
  2741. break;
  2742. case PACKET_VERSION:
  2743. val = po->tp_version;
  2744. break;
  2745. case PACKET_HDRLEN:
  2746. if (len > sizeof(int))
  2747. len = sizeof(int);
  2748. if (copy_from_user(&val, optval, len))
  2749. return -EFAULT;
  2750. switch (val) {
  2751. case TPACKET_V1:
  2752. val = sizeof(struct tpacket_hdr);
  2753. break;
  2754. case TPACKET_V2:
  2755. val = sizeof(struct tpacket2_hdr);
  2756. break;
  2757. case TPACKET_V3:
  2758. val = sizeof(struct tpacket3_hdr);
  2759. break;
  2760. default:
  2761. return -EINVAL;
  2762. }
  2763. break;
  2764. case PACKET_RESERVE:
  2765. val = po->tp_reserve;
  2766. break;
  2767. case PACKET_LOSS:
  2768. val = po->tp_loss;
  2769. break;
  2770. case PACKET_TIMESTAMP:
  2771. val = po->tp_tstamp;
  2772. break;
  2773. case PACKET_FANOUT:
  2774. val = (po->fanout ?
  2775. ((u32)po->fanout->id |
  2776. ((u32)po->fanout->type << 16) |
  2777. ((u32)po->fanout->flags << 24)) :
  2778. 0);
  2779. break;
  2780. case PACKET_TX_HAS_OFF:
  2781. val = po->tp_tx_has_off;
  2782. break;
  2783. default:
  2784. return -ENOPROTOOPT;
  2785. }
  2786. if (len > lv)
  2787. len = lv;
  2788. if (put_user(len, optlen))
  2789. return -EFAULT;
  2790. if (copy_to_user(optval, data, len))
  2791. return -EFAULT;
  2792. return 0;
  2793. }
  2794. static int packet_notifier(struct notifier_block *this,
  2795. unsigned long msg, void *ptr)
  2796. {
  2797. struct sock *sk;
  2798. struct net_device *dev = netdev_notifier_info_to_dev(ptr);
  2799. struct net *net = dev_net(dev);
  2800. rcu_read_lock();
  2801. sk_for_each_rcu(sk, &net->packet.sklist) {
  2802. struct packet_sock *po = pkt_sk(sk);
  2803. switch (msg) {
  2804. case NETDEV_UNREGISTER:
  2805. if (po->mclist)
  2806. packet_dev_mclist(dev, po->mclist, -1);
  2807. /* fallthrough */
  2808. case NETDEV_DOWN:
  2809. if (dev->ifindex == po->ifindex) {
  2810. spin_lock(&po->bind_lock);
  2811. if (po->running) {
  2812. __unregister_prot_hook(sk, false);
  2813. sk->sk_err = ENETDOWN;
  2814. if (!sock_flag(sk, SOCK_DEAD))
  2815. sk->sk_error_report(sk);
  2816. }
  2817. if (msg == NETDEV_UNREGISTER) {
  2818. po->ifindex = -1;
  2819. if (po->prot_hook.dev)
  2820. dev_put(po->prot_hook.dev);
  2821. po->prot_hook.dev = NULL;
  2822. }
  2823. spin_unlock(&po->bind_lock);
  2824. }
  2825. break;
  2826. case NETDEV_UP:
  2827. if (dev->ifindex == po->ifindex) {
  2828. spin_lock(&po->bind_lock);
  2829. if (po->num)
  2830. register_prot_hook(sk);
  2831. spin_unlock(&po->bind_lock);
  2832. }
  2833. break;
  2834. }
  2835. }
  2836. rcu_read_unlock();
  2837. return NOTIFY_DONE;
  2838. }
  2839. static int packet_ioctl(struct socket *sock, unsigned int cmd,
  2840. unsigned long arg)
  2841. {
  2842. struct sock *sk = sock->sk;
  2843. switch (cmd) {
  2844. case SIOCOUTQ:
  2845. {
  2846. int amount = sk_wmem_alloc_get(sk);
  2847. return put_user(amount, (int __user *)arg);
  2848. }
  2849. case SIOCINQ:
  2850. {
  2851. struct sk_buff *skb;
  2852. int amount = 0;
  2853. spin_lock_bh(&sk->sk_receive_queue.lock);
  2854. skb = skb_peek(&sk->sk_receive_queue);
  2855. if (skb)
  2856. amount = skb->len;
  2857. spin_unlock_bh(&sk->sk_receive_queue.lock);
  2858. return put_user(amount, (int __user *)arg);
  2859. }
  2860. case SIOCGSTAMP:
  2861. return sock_get_timestamp(sk, (struct timeval __user *)arg);
  2862. case SIOCGSTAMPNS:
  2863. return sock_get_timestampns(sk, (struct timespec __user *)arg);
  2864. #ifdef CONFIG_INET
  2865. case SIOCADDRT:
  2866. case SIOCDELRT:
  2867. case SIOCDARP:
  2868. case SIOCGARP:
  2869. case SIOCSARP:
  2870. case SIOCGIFADDR:
  2871. case SIOCSIFADDR:
  2872. case SIOCGIFBRDADDR:
  2873. case SIOCSIFBRDADDR:
  2874. case SIOCGIFNETMASK:
  2875. case SIOCSIFNETMASK:
  2876. case SIOCGIFDSTADDR:
  2877. case SIOCSIFDSTADDR:
  2878. case SIOCSIFFLAGS:
  2879. return inet_dgram_ops.ioctl(sock, cmd, arg);
  2880. #endif
  2881. default:
  2882. return -ENOIOCTLCMD;
  2883. }
  2884. return 0;
  2885. }
  2886. static unsigned int packet_poll(struct file *file, struct socket *sock,
  2887. poll_table *wait)
  2888. {
  2889. struct sock *sk = sock->sk;
  2890. struct packet_sock *po = pkt_sk(sk);
  2891. unsigned int mask = datagram_poll(file, sock, wait);
  2892. spin_lock_bh(&sk->sk_receive_queue.lock);
  2893. if (po->rx_ring.pg_vec) {
  2894. if (!packet_previous_rx_frame(po, &po->rx_ring,
  2895. TP_STATUS_KERNEL))
  2896. mask |= POLLIN | POLLRDNORM;
  2897. }
  2898. spin_unlock_bh(&sk->sk_receive_queue.lock);
  2899. spin_lock_bh(&sk->sk_write_queue.lock);
  2900. if (po->tx_ring.pg_vec) {
  2901. if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE))
  2902. mask |= POLLOUT | POLLWRNORM;
  2903. }
  2904. spin_unlock_bh(&sk->sk_write_queue.lock);
  2905. return mask;
  2906. }
  2907. /* Dirty? Well, I still did not learn better way to account
  2908. * for user mmaps.
  2909. */
  2910. static void packet_mm_open(struct vm_area_struct *vma)
  2911. {
  2912. struct file *file = vma->vm_file;
  2913. struct socket *sock = file->private_data;
  2914. struct sock *sk = sock->sk;
  2915. if (sk)
  2916. atomic_inc(&pkt_sk(sk)->mapped);
  2917. }
  2918. static void packet_mm_close(struct vm_area_struct *vma)
  2919. {
  2920. struct file *file = vma->vm_file;
  2921. struct socket *sock = file->private_data;
  2922. struct sock *sk = sock->sk;
  2923. if (sk)
  2924. atomic_dec(&pkt_sk(sk)->mapped);
  2925. }
  2926. static const struct vm_operations_struct packet_mmap_ops = {
  2927. .open = packet_mm_open,
  2928. .close = packet_mm_close,
  2929. };
  2930. static void free_pg_vec(struct pgv *pg_vec, unsigned int order,
  2931. unsigned int len)
  2932. {
  2933. int i;
  2934. for (i = 0; i < len; i++) {
  2935. if (likely(pg_vec[i].buffer)) {
  2936. if (is_vmalloc_addr(pg_vec[i].buffer))
  2937. vfree(pg_vec[i].buffer);
  2938. else
  2939. free_pages((unsigned long)pg_vec[i].buffer,
  2940. order);
  2941. pg_vec[i].buffer = NULL;
  2942. }
  2943. }
  2944. kfree(pg_vec);
  2945. }
  2946. static char *alloc_one_pg_vec_page(unsigned long order)
  2947. {
  2948. char *buffer = NULL;
  2949. gfp_t gfp_flags = GFP_KERNEL | __GFP_COMP |
  2950. __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY;
  2951. buffer = (char *) __get_free_pages(gfp_flags, order);
  2952. if (buffer)
  2953. return buffer;
  2954. /*
  2955. * __get_free_pages failed, fall back to vmalloc
  2956. */
  2957. buffer = vzalloc((1 << order) * PAGE_SIZE);
  2958. if (buffer)
  2959. return buffer;
  2960. /*
  2961. * vmalloc failed, lets dig into swap here
  2962. */
  2963. gfp_flags &= ~__GFP_NORETRY;
  2964. buffer = (char *)__get_free_pages(gfp_flags, order);
  2965. if (buffer)
  2966. return buffer;
  2967. /*
  2968. * complete and utter failure
  2969. */
  2970. return NULL;
  2971. }
  2972. static struct pgv *alloc_pg_vec(struct tpacket_req *req, int order)
  2973. {
  2974. unsigned int block_nr = req->tp_block_nr;
  2975. struct pgv *pg_vec;
  2976. int i;
  2977. pg_vec = kcalloc(block_nr, sizeof(struct pgv), GFP_KERNEL);
  2978. if (unlikely(!pg_vec))
  2979. goto out;
  2980. for (i = 0; i < block_nr; i++) {
  2981. pg_vec[i].buffer = alloc_one_pg_vec_page(order);
  2982. if (unlikely(!pg_vec[i].buffer))
  2983. goto out_free_pgvec;
  2984. }
  2985. out:
  2986. return pg_vec;
  2987. out_free_pgvec:
  2988. free_pg_vec(pg_vec, order, block_nr);
  2989. pg_vec = NULL;
  2990. goto out;
  2991. }
  2992. static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
  2993. int closing, int tx_ring)
  2994. {
  2995. struct pgv *pg_vec = NULL;
  2996. struct packet_sock *po = pkt_sk(sk);
  2997. int was_running, order = 0;
  2998. struct packet_ring_buffer *rb;
  2999. struct sk_buff_head *rb_queue;
  3000. __be16 num;
  3001. int err = -EINVAL;
  3002. /* Added to avoid minimal code churn */
  3003. struct tpacket_req *req = &req_u->req;
  3004. /* Opening a Tx-ring is NOT supported in TPACKET_V3 */
  3005. if (!closing && tx_ring && (po->tp_version > TPACKET_V2)) {
  3006. WARN(1, "Tx-ring is not supported.\n");
  3007. goto out;
  3008. }
  3009. rb = tx_ring ? &po->tx_ring : &po->rx_ring;
  3010. rb_queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue;
  3011. err = -EBUSY;
  3012. if (!closing) {
  3013. if (atomic_read(&po->mapped))
  3014. goto out;
  3015. if (atomic_read(&rb->pending))
  3016. goto out;
  3017. }
  3018. if (req->tp_block_nr) {
  3019. /* Sanity tests and some calculations */
  3020. err = -EBUSY;
  3021. if (unlikely(rb->pg_vec))
  3022. goto out;
  3023. switch (po->tp_version) {
  3024. case TPACKET_V1:
  3025. po->tp_hdrlen = TPACKET_HDRLEN;
  3026. break;
  3027. case TPACKET_V2:
  3028. po->tp_hdrlen = TPACKET2_HDRLEN;
  3029. break;
  3030. case TPACKET_V3:
  3031. po->tp_hdrlen = TPACKET3_HDRLEN;
  3032. break;
  3033. }
  3034. err = -EINVAL;
  3035. if (unlikely((int)req->tp_block_size <= 0))
  3036. goto out;
  3037. if (unlikely(req->tp_block_size & (PAGE_SIZE - 1)))
  3038. goto out;
  3039. if (unlikely(req->tp_frame_size < po->tp_hdrlen +
  3040. po->tp_reserve))
  3041. goto out;
  3042. if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1)))
  3043. goto out;
  3044. rb->frames_per_block = req->tp_block_size/req->tp_frame_size;
  3045. if (unlikely(rb->frames_per_block <= 0))
  3046. goto out;
  3047. if (unlikely((rb->frames_per_block * req->tp_block_nr) !=
  3048. req->tp_frame_nr))
  3049. goto out;
  3050. err = -ENOMEM;
  3051. order = get_order(req->tp_block_size);
  3052. pg_vec = alloc_pg_vec(req, order);
  3053. if (unlikely(!pg_vec))
  3054. goto out;
  3055. switch (po->tp_version) {
  3056. case TPACKET_V3:
  3057. /* Transmit path is not supported. We checked
  3058. * it above but just being paranoid
  3059. */
  3060. if (!tx_ring)
  3061. init_prb_bdqc(po, rb, pg_vec, req_u, tx_ring);
  3062. break;
  3063. default:
  3064. break;
  3065. }
  3066. }
  3067. /* Done */
  3068. else {
  3069. err = -EINVAL;
  3070. if (unlikely(req->tp_frame_nr))
  3071. goto out;
  3072. }
  3073. lock_sock(sk);
  3074. /* Detach socket from network */
  3075. spin_lock(&po->bind_lock);
  3076. was_running = po->running;
  3077. num = po->num;
  3078. if (was_running) {
  3079. po->num = 0;
  3080. __unregister_prot_hook(sk, false);
  3081. }
  3082. spin_unlock(&po->bind_lock);
  3083. synchronize_net();
  3084. err = -EBUSY;
  3085. mutex_lock(&po->pg_vec_lock);
  3086. if (closing || atomic_read(&po->mapped) == 0) {
  3087. err = 0;
  3088. spin_lock_bh(&rb_queue->lock);
  3089. swap(rb->pg_vec, pg_vec);
  3090. rb->frame_max = (req->tp_frame_nr - 1);
  3091. rb->head = 0;
  3092. rb->frame_size = req->tp_frame_size;
  3093. spin_unlock_bh(&rb_queue->lock);
  3094. swap(rb->pg_vec_order, order);
  3095. swap(rb->pg_vec_len, req->tp_block_nr);
  3096. rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE;
  3097. po->prot_hook.func = (po->rx_ring.pg_vec) ?
  3098. tpacket_rcv : packet_rcv;
  3099. skb_queue_purge(rb_queue);
  3100. if (atomic_read(&po->mapped))
  3101. pr_err("packet_mmap: vma is busy: %d\n",
  3102. atomic_read(&po->mapped));
  3103. }
  3104. mutex_unlock(&po->pg_vec_lock);
  3105. spin_lock(&po->bind_lock);
  3106. if (was_running) {
  3107. po->num = num;
  3108. register_prot_hook(sk);
  3109. }
  3110. spin_unlock(&po->bind_lock);
  3111. if (closing && (po->tp_version > TPACKET_V2)) {
  3112. /* Because we don't support block-based V3 on tx-ring */
  3113. if (!tx_ring)
  3114. prb_shutdown_retire_blk_timer(po, tx_ring, rb_queue);
  3115. }
  3116. release_sock(sk);
  3117. if (pg_vec)
  3118. free_pg_vec(pg_vec, order, req->tp_block_nr);
  3119. out:
  3120. return err;
  3121. }
  3122. static int packet_mmap(struct file *file, struct socket *sock,
  3123. struct vm_area_struct *vma)
  3124. {
  3125. struct sock *sk = sock->sk;
  3126. struct packet_sock *po = pkt_sk(sk);
  3127. unsigned long size, expected_size;
  3128. struct packet_ring_buffer *rb;
  3129. unsigned long start;
  3130. int err = -EINVAL;
  3131. int i;
  3132. if (vma->vm_pgoff)
  3133. return -EINVAL;
  3134. mutex_lock(&po->pg_vec_lock);
  3135. expected_size = 0;
  3136. for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
  3137. if (rb->pg_vec) {
  3138. expected_size += rb->pg_vec_len
  3139. * rb->pg_vec_pages
  3140. * PAGE_SIZE;
  3141. }
  3142. }
  3143. if (expected_size == 0)
  3144. goto out;
  3145. size = vma->vm_end - vma->vm_start;
  3146. if (size != expected_size)
  3147. goto out;
  3148. start = vma->vm_start;
  3149. for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
  3150. if (rb->pg_vec == NULL)
  3151. continue;
  3152. for (i = 0; i < rb->pg_vec_len; i++) {
  3153. struct page *page;
  3154. void *kaddr = rb->pg_vec[i].buffer;
  3155. int pg_num;
  3156. for (pg_num = 0; pg_num < rb->pg_vec_pages; pg_num++) {
  3157. page = pgv_to_page(kaddr);
  3158. err = vm_insert_page(vma, start, page);
  3159. if (unlikely(err))
  3160. goto out;
  3161. start += PAGE_SIZE;
  3162. kaddr += PAGE_SIZE;
  3163. }
  3164. }
  3165. }
  3166. atomic_inc(&po->mapped);
  3167. vma->vm_ops = &packet_mmap_ops;
  3168. err = 0;
  3169. out:
  3170. mutex_unlock(&po->pg_vec_lock);
  3171. return err;
  3172. }
  3173. static const struct proto_ops packet_ops_spkt = {
  3174. .family = PF_PACKET,
  3175. .owner = THIS_MODULE,
  3176. .release = packet_release,
  3177. .bind = packet_bind_spkt,
  3178. .connect = sock_no_connect,
  3179. .socketpair = sock_no_socketpair,
  3180. .accept = sock_no_accept,
  3181. .getname = packet_getname_spkt,
  3182. .poll = datagram_poll,
  3183. .ioctl = packet_ioctl,
  3184. .listen = sock_no_listen,
  3185. .shutdown = sock_no_shutdown,
  3186. .setsockopt = sock_no_setsockopt,
  3187. .getsockopt = sock_no_getsockopt,
  3188. .sendmsg = packet_sendmsg_spkt,
  3189. .recvmsg = packet_recvmsg,
  3190. .mmap = sock_no_mmap,
  3191. .sendpage = sock_no_sendpage,
  3192. };
  3193. static const struct proto_ops packet_ops = {
  3194. .family = PF_PACKET,
  3195. .owner = THIS_MODULE,
  3196. .release = packet_release,
  3197. .bind = packet_bind,
  3198. .connect = sock_no_connect,
  3199. .socketpair = sock_no_socketpair,
  3200. .accept = sock_no_accept,
  3201. .getname = packet_getname,
  3202. .poll = packet_poll,
  3203. .ioctl = packet_ioctl,
  3204. .listen = sock_no_listen,
  3205. .shutdown = sock_no_shutdown,
  3206. .setsockopt = packet_setsockopt,
  3207. .getsockopt = packet_getsockopt,
  3208. .sendmsg = packet_sendmsg,
  3209. .recvmsg = packet_recvmsg,
  3210. .mmap = packet_mmap,
  3211. .sendpage = sock_no_sendpage,
  3212. };
  3213. static const struct net_proto_family packet_family_ops = {
  3214. .family = PF_PACKET,
  3215. .create = packet_create,
  3216. .owner = THIS_MODULE,
  3217. };
  3218. static struct notifier_block packet_netdev_notifier = {
  3219. .notifier_call = packet_notifier,
  3220. };
  3221. #ifdef CONFIG_PROC_FS
  3222. static void *packet_seq_start(struct seq_file *seq, loff_t *pos)
  3223. __acquires(RCU)
  3224. {
  3225. struct net *net = seq_file_net(seq);
  3226. rcu_read_lock();
  3227. return seq_hlist_start_head_rcu(&net->packet.sklist, *pos);
  3228. }
  3229. static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
  3230. {
  3231. struct net *net = seq_file_net(seq);
  3232. return seq_hlist_next_rcu(v, &net->packet.sklist, pos);
  3233. }
  3234. static void packet_seq_stop(struct seq_file *seq, void *v)
  3235. __releases(RCU)
  3236. {
  3237. rcu_read_unlock();
  3238. }
  3239. static int packet_seq_show(struct seq_file *seq, void *v)
  3240. {
  3241. if (v == SEQ_START_TOKEN)
  3242. seq_puts(seq, "sk RefCnt Type Proto Iface R Rmem User Inode\n");
  3243. else {
  3244. struct sock *s = sk_entry(v);
  3245. const struct packet_sock *po = pkt_sk(s);
  3246. seq_printf(seq,
  3247. "%pK %-6d %-4d %04x %-5d %1d %-6u %-6u %-6lu\n",
  3248. s,
  3249. atomic_read(&s->sk_refcnt),
  3250. s->sk_type,
  3251. ntohs(po->num),
  3252. po->ifindex,
  3253. po->running,
  3254. atomic_read(&s->sk_rmem_alloc),
  3255. from_kuid_munged(seq_user_ns(seq), sock_i_uid(s)),
  3256. sock_i_ino(s));
  3257. }
  3258. return 0;
  3259. }
  3260. static const struct seq_operations packet_seq_ops = {
  3261. .start = packet_seq_start,
  3262. .next = packet_seq_next,
  3263. .stop = packet_seq_stop,
  3264. .show = packet_seq_show,
  3265. };
  3266. static int packet_seq_open(struct inode *inode, struct file *file)
  3267. {
  3268. return seq_open_net(inode, file, &packet_seq_ops,
  3269. sizeof(struct seq_net_private));
  3270. }
  3271. static const struct file_operations packet_seq_fops = {
  3272. .owner = THIS_MODULE,
  3273. .open = packet_seq_open,
  3274. .read = seq_read,
  3275. .llseek = seq_lseek,
  3276. .release = seq_release_net,
  3277. };
  3278. #endif
  3279. static int __net_init packet_net_init(struct net *net)
  3280. {
  3281. mutex_init(&net->packet.sklist_lock);
  3282. INIT_HLIST_HEAD(&net->packet.sklist);
  3283. if (!proc_create("packet", 0, net->proc_net, &packet_seq_fops))
  3284. return -ENOMEM;
  3285. return 0;
  3286. }
  3287. static void __net_exit packet_net_exit(struct net *net)
  3288. {
  3289. remove_proc_entry("packet", net->proc_net);
  3290. }
  3291. static struct pernet_operations packet_net_ops = {
  3292. .init = packet_net_init,
  3293. .exit = packet_net_exit,
  3294. };
  3295. static void __exit packet_exit(void)
  3296. {
  3297. unregister_netdevice_notifier(&packet_netdev_notifier);
  3298. unregister_pernet_subsys(&packet_net_ops);
  3299. sock_unregister(PF_PACKET);
  3300. proto_unregister(&packet_proto);
  3301. }
  3302. static int __init packet_init(void)
  3303. {
  3304. int rc = proto_register(&packet_proto, 0);
  3305. if (rc != 0)
  3306. goto out;
  3307. sock_register(&packet_family_ops);
  3308. register_pernet_subsys(&packet_net_ops);
  3309. register_netdevice_notifier(&packet_netdev_notifier);
  3310. out:
  3311. return rc;
  3312. }
  3313. module_init(packet_init);
  3314. module_exit(packet_exit);
  3315. MODULE_LICENSE("GPL");
  3316. MODULE_ALIAS_NETPROTO(PF_PACKET);