summaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
Commit message (Expand)AuthorAgeFilesLines
...
* packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann2013-05-031-30/+23
* packet: account statistics only in tpacket_stats_uDaniel Borkmann2013-04-251-21/+16
* packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann2013-04-251-13/+23
* packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann2013-04-251-25/+25
* packet: tx timestamping on tpacket ringWillem de Bruijn2013-04-251-0/+33
* packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann2013-04-191-34/+23
* packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann2013-04-161-27/+12
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-6/+4
* net: switch to use skb_probe_transport_header()Jason Wang2013-03-271-19/+3
* packet: set transport header before doing xmitJason Wang2013-03-261-0/+21
* packet: packet fanout rollover during socket overloadWillem de Bruijn2013-03-191-23/+86
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* packet: fix leakage of tx_ring memoryPhil Sutter2013-02-031-4/+6
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-1/+1
* packet: tx_ring: allow the user to choose tx data offsetPaul Chavent2012-11-071-1/+45
* packet: minor: remove unused err assignmentDaniel Borkmann2012-10-261-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-1/+1
|\
| * af_packet: match_fanout_group() can be staticFengguang Wu2012-08-231-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-1/+1
|\ \
| * | userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-1/+1
* | | packet: Protect packet sk list with mutex (v2)Pavel Emelyanov2012-08-221-5/+11
* | | af_packet: use define instead of constantdanborkmann@iogearbox.net2012-08-221-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-2/+10
|\ \ \ | | |/ | |/|
| * | 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/+0
| * | af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue2012-08-081-1/+1
| |/
* | packet: Report fanout status via diag enginePavel Emelyanov2012-08-201-20/+3
* | packet: Introduce net/packet/internal.h headerPavel Emelyanov2012-08-141-97/+2
|/
* net: added support for 40GbE link.parav.pandit@emulex.com2012-06-271-12/+6
* af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net2012-06-111-1/+1
* net: Remove casts to same typeJoe Perches2012-06-041-5/+4
* af_packet: packet_getsockopt() cleanupEric Dumazet2012-04-211-38/+8
* 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/+0
* 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-271-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-4/+2
|\ \ | |/
| * net: relax rcvbuf limitsEric Dumazet2011-12-231-4/+2
* | 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-181-38/+1
* af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skbdanborkmann@iogearbox.net2011-10-101-2/+0
* 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
OpenPOWER on IntegriCloud