summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* af_packet: don't emit packet on orig fanout groupEric Leblond2012-08-201-0/+9
* af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net2012-08-121-1/+0Star
* af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue2012-08-091-1/+1
* net: added support for 40GbE link.parav.pandit@emulex.com2012-06-281-12/+6Star
* af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net2012-06-121-1/+1
* net: Remove casts to same typeJoe Perches2012-06-041-5/+4Star
* af_packet: packet_getsockopt() cleanupEric Dumazet2012-04-211-38/+8Star
* packet: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-4/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-301-1/+5
|\
| * packet: fix possible dev refcnt leak when bind failWei Yongjun2011-12-281-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-4/+2Star
|\|
| * net: relax rcvbuf limitsEric Dumazet2011-12-231-4/+2Star
* | packet: Add needed_tailroom to packet_sendmsg_spktHerbert Xu2011-11-181-1/+2
* | net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-181-7/+11
|/
* af_packet: de-inline some helper functionsOlof Johansson2011-11-031-26/+26
* macvlan: handle fragmented multicast framesEric Dumazet2011-10-191-38/+1Star
* af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skbdanborkmann@iogearbox.net2011-10-101-2/+0Star
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-1/+4
|\
| * make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn2011-10-031-1/+4
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-25/+27
* | af_packet: Prefixed tpacket_v3 structs to avoid name space collisionchetan loke2011-08-261-55/+62
* | af-packet: TPACKET_V3 flexible buffer implementation.chetan loke2011-08-251-46/+891
|/
* af-packet: fix - avoid reading stale dataChetan Loke2011-07-141-1/+2
* packet: Fix build with INET disabled.David S. Miller2011-07-071-0/+2
* af_packet: lock imbalanceEric Dumazet2011-07-071-31/+31
* packet: Fix leak in pre-defrag support.David S. Miller2011-07-061-1/+1
* packet: Add 'cpu' fanout policy.David S. Miller2011-07-061-37/+28Star
* packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller2011-07-061-2/+48
* packet: Add fanout support.David S. Miller2011-07-061-5/+251
* packet: Add helpers to register/unregister ->prot_hookDavid S. Miller2011-07-061-44/+59
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-0/+2
|\
| * af_packet: prevent information leakEric Dumazet2011-06-071-0/+2
* | virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang2011-06-121-0/+2
* | af-packet: Use existing netdev reference for bound sockets.Ben Greear2011-06-051-12/+15
* | af-packet: Hold reference to bound network devices.Ben Greear2011-06-051-5/+9
|/
* af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear2011-06-021-3/+12
* net: convert %p usage to %pKDan Rosenberg2011-05-241-1/+1
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-281-1/+1
* af_packet: struct socket declared/assigned but unusedHagen Paul Pfeifer2011-03-081-3/+0Star
* network: Allow af_packet to transmit +4 bytes for VLAN packets.Ben Greear2011-02-121-2/+29
* net: cleanup unused macros in net directoryShan Wei2011-01-201-1/+0Star
* net: filter: dont block softirqs in sk_run_filter()Eric Dumazet2011-01-191-3/+3
* net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-2/+1Star
* af_packet: use swap() instead of the open coded macro XC()Changli Gao2010-12-111-5/+3Star
* af_packet: fix freeing pg_vec twice on error pathChangli Gao2010-12-081-1/+0Star
* af_packet: eliminate pgv_to_page on some archesChangli Gao2010-12-081-1/+3
* filter: constify sk_run_filter()Eric Dumazet2010-12-081-15/+16