string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / net / packet /
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-11 Cyrill Gorcunovnet: netlink_getname, packet_getname -- use DECLARE_SOC...
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-11-02 Eric Dumazetpacket: less dev_put() calls
2009-10-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-10-29 Gabor Gombasnet: Fix 'Re: PACKET_TX_RING: packet size is too long'
2009-10-27 Eric Dumazetvlan: allow null VLAN ID to be used
2009-10-20 Eric Dumazetaf_packet: mc_drop/flush_mclist changes
2009-10-20 Eric Dumazetaf_packet: Avoid cache line dirtying
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-10-12 David S. MillerRevert "af_packet: add interframe drop cmsg (v6)"
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-10-07 Eric DumazetUse sk_mark for routing lookup in more places
2009-10-05 Neil Hormanaf_packet: add interframe drop cmsg (v6)
2009-10-01 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-27 Alexey Dobriyanconst: mark struct vm_struct_operations
2009-07-24 Eric Dumazetaf_packet: style cleanups
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-21 Eric W. Biedermanaf_packet: Teach to listen for multiple unicast addresses.
2009-05-19 Johann Baudynet: TX_RING and packet mmap
2009-04-15 Eric Dumazetpacket: avoid warnings when high-order page allocation...
2009-03-13 Neil HormanNetwork Drop Monitor: Adding kfree_skb_clean for non...
2009-02-27 Wei Yongjunpacket: remove some pointless conditionals before kfree...
2009-02-01 Sebastiano Di Paolanet: packet socket packet_lookup_frame fix
2009-01-30 Herbert Xupacket: Avoid lock_sock in mmap handler
2008-11-24 Eric Dumazetnet: Make sure BHs are disabled in sock_prot_inuse_add()
2008-11-19 Eric Dumazetnet: af_packet should update its inuse counter
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-19 Patrick McHardypacket: add PACKET_RESERVE sockopt
2008-07-15 Patrick McHardypacket: deliver VLAN TCI to userspace
2008-07-15 Patrick McHardypacket: support extensible, 64 bit clean mmaped ring...
2008-07-15 Wang Chenaf_packet: Check return of dev_set_promiscuity/allmulti
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-05-13 Johannes Bergnet: Allow netdevices to specify needed head/tailroom
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-24 Jiri Olsa[AF_PACKET]: Remove unused variable.
2008-01-28 Eric Dumazet[PACKET]: Fix sparse warnings in af_packet.c
2008-01-28 Herbert Xu[PACKET]: Fix /proc/net/packet crash due to bogus priva...
2008-01-28 Denis V. Lunev[NETNS]: separate af_packet netns data
2008-01-28 Denis V. Lunev[NET]: Consolidate net namespace related proc files...
2008-01-28 Denis V. Lunev[NET]: Make AF_PACKET handle multiple network namespaces
2007-11-13 Urs Thuermann[AF_PACKET]: Fix minor code duplication
2007-11-11 Peter P Waskiewicz Jr[AF_PACKET]: Allow multicast traffic to be caught by...
2007-11-11 Pavel Emelyanov[PACKET]: Use existing sock refcnt debugging infrastructure
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-19 Patrick McHardy[PACKET]: Kill unused pg_vec_endpage() function
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap hard_header_parse
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Stephen Hemminger[AF_PACKET]: Don't enable global timestamps.
2007-07-19 YOSHIFUJI Hideaki[NET] PACKET: Fix whitespace errors.
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-05-31 David S. Miller[AF_PACKET]: Kill CONFIG_PACKET_SOCKET.
2007-05-31 David S. Miller[AF_PACKET]: Kill bogus CONFIG_PACKET_MULTICAST
2007-04-26 Peter P. Waskiewicz Jr[AF_PACKET]: Add option to return orig_dev to userspace.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-02-26 Jason Lunz[AF_PACKET]: Remove unnecessary casts.
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-11 YOSHIFUJI Hideaki[NET] PACKET: Fix whitespace errors.
2007-02-08 Herbert Xu[PACKET]: Fix skb->cb clobbering between aux and sockaddr
2007-02-08 Herbert Xu[PACKET]: Add optional checksum computation for recvmsg
2007-01-26 David S. Miller[AF_PACKET]: Check device down state before hard header...
2007-01-24 David S. Miller[AF_PACKET]: Fix BPF handling.
2006-12-07 Ralf Baechle[NET]: Memory barrier cleanups
2006-12-04 Al Viro[PATCH] severing skbuff.h -> highmem.h
2006-12-03 Al Viro[AF_PACKET]: annotate
2006-09-22 Dmitry Mishin[NET]: Fix sk->sk_filter field access
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-18 Patrick McHardy[PACKET]: Don't truncate non-linear skbs with mmaped IO
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-01-24 Kris Katterjohn[NET]: Fix some whitespace issues in af_packet.c
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2005-12-07 David S. Miller[AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page().
2005-10-03 Herbert Xu[NET]: Fix packet timestamping.
2005-09-26 David S. Miller[AF_PACKET]: Remove bogus checks added to packet_sendmsg().
2005-09-21 Eric W. Biederman[AF_PACKET]: Allow for > 8 byte hardware addresses.
2005-09-06 Eric Dumazet[NET]: Use file->private_data to get socket pointer.
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
next