aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
2015-03-09net: delete stale packet_mclist entriesFrancesco Ruggeri1-8/+14
2015-02-24af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov1-1/+9
2015-02-21af_packet: allow packets defragmentation not only for hash fanout typeAlexander Drozdov1-5/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+6
2015-01-12packet: make packet too small warning match conditionWillem de Bruijn1-1/+1
2015-01-11packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger1-1/+1
2014-12-22packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins1-4/+7
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+29
2014-12-09put iov_iter into msghdrAl Viro1-5/+2
2014-12-09af_packet: virtio 1.0 stubsMichael S. Tsirkin1-13/+22
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-24af_packet: fix sparse warningMichael S. Tsirkin1-1/+1
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+8
2014-11-24new helper: memcpy_to_msg()Al Viro1-2/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-3/+2
2014-11-21packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn1-8/+21
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+1
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-5/+2
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann1-3/+1
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-2/+1
2014-08-21packet: handle too big packets for PACKET_V3Eric Dumazet2-0/+18
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn1-8/+4
2014-07-15packet: remove unnecessary break after returnFabian Frederick1-2/+0
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-1/+6
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann1-1/+1
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann1-0/+1
2014-03-28packet: respect devices with LLTX flag in direct xmitDaniel Borkmann1-20/+20
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+1
2014-02-28packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13
2014-02-18af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2014-02-17packet: check for ndo_select_queue during queue selectionDaniel Borkmann1-3/+21
2014-01-22af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman1-0/+11
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-2/+1
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-1/+1
2014-01-21packet: fix a couple of cppcheck warningsDaniel Borkmann1-22/+15
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+4
2014-01-16packet: use percpu mmap tx frame pending refcountDaniel Borkmann3-7/+62
2014-01-16packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann1-7/+6
2014-01-16packet: improve socket create/bind latency in some casesDaniel Borkmann1-11/+22
2013-12-31packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen1-2/+2
2013-12-18packet: deliver VLAN TPID to userspaceAtzm Watanabe1-4/+10
2013-12-18packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe1-1/+2
2013-12-18packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe1-0/+7
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-2/+2
2013-12-14packet: fix using smp_processor_id() in preemptible codeLi Zhong1-1/+1
2013-12-09packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2-12/+80
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+40
2013-12-09packet: fix send path when running with proto == 0Daniel Borkmann1-25/+40
2013-12-06packet: use macro GET_PBDQC_FROM_RB to simplify the codesDuan Jiong1-4/+6
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-11-21packet: fix use after free race in send path when dev is releasedDaniel Borkmann2-23/+37
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-17/+15
2013-08-29net: packet: use reciprocal_divide in fanout_demux_hashDaniel Borkmann1-1/+1
2013-08-29net: packet: add randomized fanout schedulerDaniel Borkmann1-1/+12
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-08-20packet: restore packet statistics tp_packets to include dropsWillem de Bruijn1-0/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-1/+1
2013-08-07packet: Revert recent header parsing changes.David S. Miller1-29/+24
2013-08-02af_packet: simplify VLAN frame check in packet_sndPhil Sutter1-11/+4
2013-08-02af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter1-11/+14
2013-08-02af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter1-2/+11
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-46/+2
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2013-06-13packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+3
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann1-30/+23
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel1-0/+4
2013-04-29packet_diag: disclose meminfo valuesNicolas Dichtel1-0/+4
2013-04-29packet_diag: disclose uid valueNicolas Dichtel1-5/+14
2013-04-25packet: account statistics only in tpacket_stats_uDaniel Borkmann2-23/+17
2013-04-25packet: reorder a member in packet_ring_bufferDaniel Borkmann1-1/+3
2013-04-25packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann1-13/+23
2013-04-25packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann1-25/+25
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn1-0/+33
2013-04-19packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann1-34/+23
2013-04-16packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann1-27/+12
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-6/+4
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-19/+3
2013-03-26packet: set transport header before doing xmitJason Wang1-0/+21
2013-03-19packet: packet fanout rollover during socket overloadWillem de Bruijn2-24/+88
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-4/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-02-03packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-11-07packet: tx_ring: allow the user to choose tx data offsetPaul Chavent2-1/+46
2012-10-26packet: minor: remove unused err assignmentDaniel Borkmann1-2/+0
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-1/+1
2012-08-23af_packet: match_fanout_group() can be staticFengguang Wu1-1/+1
2012-08-22packet: Protect packet sk list with mutex (v2)Pavel Emelyanov2-8/+14
2012-08-22af_packet: use define instead of constantdanborkmann@iogearbox.net1-2/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-0/+9
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov3-21/+42
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov1-1/+47
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+1
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov1-0/+39
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov1-0/+33
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov3-0/+114
2012-08-14packet: Introduce net/packet/internal.h headerPavel Emelyanov2-97/+105
2012-08-12af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2012-08-08af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue1-1/+1
2012-06-27net: added support for 40GbE link.parav.pandit@emulex.com1-12/+6
2012-06-11af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net1-1/+1
2012-06-04net: Remove casts to same typeJoe Perches1-5/+4
2012-04-21af_packet: packet_getsockopt() cleanupEric Dumazet1-38/+8
2012-04-19packet: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-4/+28
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2011-12-27packet: fix possible dev refcnt leak when bind failWei Yongjun1-1/+5
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2011-12-23net: relax rcvbuf limitsEric Dumazet1-4/+2
2011-11-18packet: Add needed_tailroom to packet_sendmsg_spktHerbert Xu1-1/+2
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-7/+11
2011-11-03af_packet: de-inline some helper functionsOlof Johansson1-26/+26
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet1-38/+1
2011-10-10af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skbdanborkmann@iogearbox.net1-2/+0
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+4
2011-10-03make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn1-1/+4
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-25/+27
2011-08-26af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke1-55/+62
2011-08-24af-packet: TPACKET_V3 flexible buffer implementation.chetan loke1-46/+891
2011-07-14af-packet: fix - avoid reading stale dataChetan Loke1-1/+2
2011-07-07packet: Fix build with INET disabled.David S. Miller1-0/+2
2011-07-07af_packet: lock imbalanceEric Dumazet1-31/+31
2011-07-06packet: Fix leak in pre-defrag support.David S. Miller1-1/+1
2011-07-06packet: Add 'cpu' fanout policy.David S. Miller1-37/+28
2011-07-05packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller1-2/+48
2011-07-05packet: Add fanout support.David S. Miller1-5/+251
2011-07-05packet: Add helpers to register/unregister ->prot_hookDavid S. Miller1-44/+59
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang1-0/+2
2011-06-06af_packet: prevent information leakEric Dumazet1-0/+2
2011-06-05af-packet: Use existing netdev reference for bound sockets.Ben Greear1-12/+15
2011-06-05af-packet: Hold reference to bound network devices.Ben Greear1-5/+9
2011-06-01af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear1-3/+12
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet1-1/+1
2011-03-07af_packet: struct socket declared/assigned but unusedHagen Paul Pfeifer1-3/+0
2011-02-11network: Allow af_packet to transmit +4 bytes for VLAN packets.Ben Greear1-2/+29
2011-01-19net: cleanup unused macros in net directoryShan Wei1-1/+0
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet1-3/+3
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-2/+1
2010-12-10af_packet: use swap() instead of the open coded macro XC()Changli Gao1-5/+3
2010-12-08af_packet: fix freeing pg_vec twice on error pathChangli Gao1-1/+0
2010-12-08af_packet: eliminate pgv_to_page on some archesChangli Gao1-1/+3
2010-12-08filter: constify sk_run_filter()Eric Dumazet1-15/+16
2010-12-06af_packet: remove pgv.flagsChangli Gao1-15/+5
2010-12-06af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()Changli Gao1-17/+19
2010-11-21packet: use vzalloc()Eric Dumazet1-1/+1
2010-11-19filter: optimize sk_run_filterEric Dumazet1-1/+1
2010-11-16packet: Enhance AF_PACKET implementation to not require high order contiguous...Neil Horman1-16/+69
2010-11-12net: Fix header size check for GSO case in recvmsg (af_packet)Mariusz Kozlowski1-1/+3
2010-11-10net: packet: fix information leak to userlandVasiliy Kulikov1-1/+2
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-2/+2
2010-06-02packet_mmap: expose hw packet timestamps to network packet capture utilitiesScott McMillan1-2/+35
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+0
2010-04-16packet : remove init_net restrictionDaniel Lezcano1-2/+0
2010-04-13packet: support for TX time stamps on RAW socketsRichard Cochran1-1/+60
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-2/+2
2010-04-03net: move address list functions to a separate fileJiri Pirko1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-03af_packet: move strict addr_len check right before dev_[mc/unicast]_[add/del]Jiri Pirko1-1/+5
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2010-02-26af_packet: do not accept mc address smaller then dev->addr_len in packet_mc_a...Jiri Pirko1-1/+1
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-1/+1
2010-02-22packet: convert socket list to RCU (v3)stephen hemminger1-31/+31
2010-02-10net: packet: use seq_hlist_foo() helpersLi Zefan1-17/+3
2010-02-05packet: Kill CONFIG_PACKET_MMAP.David S. Miller2-39/+0
2010-02-04packet: Add GSO/csum offload support.Sridhar Samudrala1-11/+176
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+14
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2010-01-11af_packet: Don't use skb after dev_queue_xmit()Jarek Poplawski1-5/+14
2009-12-15packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet1-40/+31
2009-11-29net: Move && and || to end of previous lineJoe Perches1-3/+4
2009-11-25net: use net_eq to compare netsOctavian Purdila1-3/+3
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-02packet: less dev_put() callsEric Dumazet1-10/+12
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+1
2009-10-29net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas1-4/+1
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-2/+3
2009-10-20af_packet: mc_drop/flush_mclist changesEric Dumazet1-8/+4
2009-10-20af_packet: Avoid cache line dirtyingEric Dumazet1-1/+1
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-4/+3
2009-10-12Revert "af_packet: add interframe drop cmsg (v6)"David S. Miller1-33/+0
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-07Use sk_mark for routing lookup in more placesEric Dumazet1-0/+3
2009-10-05af_packet: add interframe drop cmsg (v6)Neil Horman1-0/+33