UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / net / packet /
2011-03-28 Dan RosenbergUBUNTU: SAUCE: (drop after 2.6.38) Convert net %p usage %pK
2010-12-16 Michał Mirosławnet: Use skb_checksum_start_offset()
2010-12-11 Changli Gaoaf_packet: use swap() instead of the open coded macro...
2010-12-08 Changli Gaoaf_packet: fix freeing pg_vec twice on error path
2010-12-08 Changli Gaoaf_packet: eliminate pgv_to_page on some arches
2010-12-08 Eric Dumazetfilter: constify sk_run_filter()
2010-12-06 Changli Gaoaf_packet: remove pgv.flags
2010-12-06 Changli Gaoaf_packet: use vmalloc_to_page() instead for the addres...
2010-11-21 Eric Dumazetpacket: use vzalloc()
2010-11-19 Eric Dumazetfilter: optimize sk_run_filter
2010-11-16 Neil Hormanpacket: Enhance AF_PACKET implementation to not require...
2010-11-12 Mariusz Kozlowskinet: Fix header size check for GSO case in recvmsg...
2010-11-10 Vasiliy Kulikovnet: packet: fix information leak to userland
2010-08-19 Oliver Hartkoppnet: simplify flags for tx timestamping
2010-06-02 Scott McMillanpacket_mmap: expose hw packet timestamps to network...
2010-04-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-16 Daniel Lezcanopacket : remove init_net restriction
2010-04-13 Richard Cochranpacket: support for TX time stamps on RAW sockets
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-04-03 Jiri Pirkonet: move address list functions to a separate file
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-03 Jiri Pirkoaf_packet: move strict addr_len check right before...
2010-03-01 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-02-26 Jiri Pirkoaf_packet: do not accept mc address smaller then dev...
2010-02-25 Paul E. McKenneynet: Add checking to rcu_dereference() primitives
2010-02-22 stephen hemmingerpacket: convert socket list to RCU (v3)
2010-02-10 Li Zefannet: packet: use seq_hlist_foo() helpers
2010-02-06 David S. Millerpacket: Kill CONFIG_PACKET_MMAP.
2010-02-05 Sridhar Samudralapacket: Add GSO/csum offload support.
2010-01-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2010-01-11 Jarek Poplawskiaf_packet: Don't use skb after dev_queue_xmit()
2009-12-16 Eric Dumazetpacket: dont call sleeping functions while holding...
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
next