| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-14 | userns: Convert net/ax25 to use kuid_t where appropriate | Eric W. Biederman | 1 | -7/+14 |
| 2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2012-07-16 | ax25: Fix missing break | Alan Cox | 1 | -0/+1 |
| 2012-07-09 | small cleanup in ax25_addr_parse() | Dan Carpenter | 1 | -2/+4 |
| 2012-06-04 | net: use consume_skb() in place of kfree_skb() | Eric Dumazet | 2 | -2/+2 |
| 2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+4 |
| 2012-04-20 | net ax25: Simplify and cleanup the ax25 sysctl handling. | Eric W. Biederman | 3 | -64/+30 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -2/+2 |
| 2012-04-19 | net ax25: Reorder ax25_exit to remove races. | Eric W. Biederman | 1 | -4/+5 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -2/+2 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 17 | -17/+0 |
| 2011-12-28 | ax25: avoid overflows in ax25_setsockopt() | Xi Wang | 1 | -5/+6 |
| 2011-11-29 | NET: AX.25: Check ioctl arguments to avoid overflows further down the road. | Ralf Baechle | 1 | -6/+11 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2 | -0/+2 |
| 2011-04-17 | ax25: Fix set-but-unused variable. | David S. Miller | 1 | -2/+1 |
| 2011-04-14 | NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls | Ralf Baechle | 1 | -15/+1 |
| 2011-01-12 | net: ax25: fix information leak to userland harder | Kees Cook | 1 | -1/+1 |
| 2010-11-10 | net: ax25: fix information leak to userland | Vasiliy Kulikov | 1 | -1/+1 |
| 2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -4/+4 |
| 2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -4/+4 |
| 2010-09-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-08-26 | ax25: missplaced sock_put(sk) | Bernard Pidoux F6BVP | 1 | -1/+1 |
| 2010-08-18 | net/ax25: Use available error codes | Julia Lawall | 1 | -1/+1 |
| 2010-08-18 | net/ax25: Use available error codes | Julia Lawall | 1 | -2/+2 |
| 2010-04-20 | net: sk_sleep() helper | Eric Dumazet | 1 | -4/+4 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 11 | -0/+11 |
| 2010-02-10 | net: ax25: use seq_hlist_foo() helpers | Li Zefan | 2 | -36/+7 |
| 2010-01-16 | ax25: netrom: rose: Fix timer oopses | Jarek Poplawski | 1 | -0/+6 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -7/+7 |
| 2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 1 | -1/+1 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -34/+4 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
| 2009-10-29 | ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl() | roel kluin | 1 | -4/+3 |
| 2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-30 | ax25: Fix possible oops in ax25_make_new | Jarek Poplawski | 1 | -1/+1 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
| 2009-09-28 | ax25: Add missing dev_put in ax25_setsockopt | Ralf Baechle | 1 | -9/+10 |
| 2009-09-25 | ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl | Jarek Poplawski | 1 | -10/+17 |
| 2009-09-22 | ax25: Fix SIOCAX25GETINFO ioctl | Eric Dumazet | 1 | -2/+2 |
| 2009-06-23 | net: Move rx skb_orphan call to where needed | Herbert Xu | 1 | -2/+1 |
| 2009-06-18 | net: correct off-by-one write allocations reports | Eric Dumazet | 1 | -5/+6 |
| 2009-06-17 | net: sk_wmem_alloc has initial value of one, not zero | Eric Dumazet | 1 | -2/+1 |
| 2009-04-20 | ax25: proc uid file misses header | Alan Cox | 1 | -3/+9 |
| 2009-03-27 | Revert "ax25: zero length frame filtering in AX25" | David S. Miller | 1 | -12/+0 |
| 2009-03-21 | ax25: zero length frame filtering in AX25 | Bernard Pidoux | 1 | -0/+12 |
| 2009-03-21 | ax25: SOCK_DEBUG message simplification | Bernard Pidoux | 1 | -3/+1 |
| 2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 1 | -2/+1 |
| 2009-02-06 | ax25: more common return path joining | Ilpo Järvinen | 1 | -8/+5 |
| 2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -1/+1 |
| 2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2 | -54/+45 |
| 2008-12-14 | ax25: join the return paths that free skb | Ilpo Järvinen | 1 | -26/+15 |
| 2008-11-25 | ax25: fix warning in net/ax25/sysctl_net_ax25.c | Ingo Molnar | 1 | -0/+2 |
| 2008-11-14 | CRED: Wrap task credential accesses in the AX25 protocol | David Howells | 2 | -2/+2 |
| 2008-11-03 | net: '&' redux | Alexey Dobriyan | 1 | -28/+28 |
| 2008-10-06 | ax25: Quick fix for making sure unaccepted sockets get destroyed. | David S. Miller | 1 | -0/+3 |
| 2008-10-06 | Revert "ax25: Fix std timer socket destroy handling." | David S. Miller | 1 | -3/+5 |
| 2008-08-05 | AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVE | Ralf Baechle | 1 | -10/+4 |
| 2008-07-19 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2 | -2/+2 |
| 2008-06-17 | ax25: Fix std timer socket destroy handling. | David S. Miller | 1 | -5/+3 |
| 2008-06-17 | ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. | David S. Miller | 1 | -5/+1 |
| 2008-06-03 | ax25: Fix NULL pointer dereference and lockup. | Jarek Poplawski | 1 | -8/+3 |
| 2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+2 |
| 2008-04-12 | [AX25]: Potential ax25_uid_assoc-s leaks on module unload. | Pavel Emelyanov | 1 | -0/+2 |
| 2008-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -4/+0 |
| 2008-03-26 | [AX25]: Remove obsolete references to BKL from TODO file. | Robert P. J. Day | 1 | -4/+0 |
| 2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2 | -2/+2 |
| 2008-02-17 | [AX25] ax25_out: check skb for NULL in ax25_kick() | Jarek Poplawski | 1 | -2/+11 |
| 2008-02-12 | [AX25] ax25_ds_timer: use mod_timer instead of add_timer | Jarek Poplawski | 2 | -9/+5 |
| 2008-02-12 | [AX25] ax25_timer: use mod_timer instead of add_timer | Jarek Poplawski | 2 | -44/+22 |
| 2008-02-12 | [AX25] ax25_route: make ax25_route_lock BH safe | Jarek Poplawski | 1 | -14/+14 |
| 2008-02-12 | [AX25] af_ax25: remove sock lock in ax25_info_show() | Jarek Poplawski | 1 | -4/+2 |
| 2008-01-31 | [AX25]: Kill ax25_bind() user triggable printk. | maximilian attems | 1 | -8/+5 |
| 2008-01-28 | [AX25]: sparse cleanups | Eric Dumazet | 5 | -6/+12 |
| 2008-01-28 | [AX25]: Switch to using ctl_paths. | Pavel Emelyanov | 1 | -22/+5 |
| 2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -3/+2 |
| 2008-01-10 | [AX25] af_ax25: Possible circular locking. | Jarek Poplawski | 1 | -0/+12 |
| 2008-01-10 | [AX25]: Kill user triggable printks. | maximilian attems | 1 | -21/+18 |
| 2007-12-20 | [NET]: Correct two mistaken skb_reset_mac_header() conversions. | David S. Miller | 1 | -1/+1 |
| 2007-12-16 | [AX25]: Locking dependencies fix in ax25_disconnect(). | Jarek Poplawski | 1 | -0/+2 |
| 2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -2/+4 |
| 2007-10-19 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2 | -2/+2 |
| 2007-10-10 | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 1 | -2/+13 |
| 2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+1 |
| 2007-10-10 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 1 | -0/+3 |
| 2007-10-10 | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 1 | -0/+5 |
| 2007-10-10 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -3/+6 |
| 2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -6/+7 |
| 2007-08-14 | [AX25]: don't free pointers to statically allocated data | Alexey Dobriyan | 1 | -2/+0 |
| 2007-07-19 | [NET] AX25: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2007-07-10 | [NET]: Make all initialized struct seq_operations const. | Philippe De Muyter | 3 | -3/+3 |
| 2007-05-10 | [S390] Kconfig: unwanted menus for s390. | Martin Schwidefsky | 1 | -1/+1 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-25 | [NET]: cleanup extra semicolons | Stephen Hemminger | 1 | -1/+1 |
| 2007-04-25 | [AX25/NETROM/ROSE]: Convert to use modern wait queue API | Ralf Baechle | 1 | -40/+37 |
| 2007-04-25 | [SK_BUFF]: Some more conversions to skb_copy_from_linear_data | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_set_transport_header | Arnaldo Carvalho de Melo | 2 | -13/+9 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_transport_header(skb) | Arnaldo Carvalho de Melo | 2 | -6/+6 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_set_network_header | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_network_offset() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 6 | -10/+10 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution | Eric Dumazet | 1 | -0/+4 |
| 2007-03-25 | [NET] AX.25 Kconfig and docs updates and fixes | Ralf Baechle | 1 | -25/+36 |
| 2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-14 | [PATCH] sysctl: ax25: remove unnecessary insert_at_head flag | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 13 | -13/+0 |
| 2007-02-12 | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 3 | -3/+3 |
| 2007-02-10 | [NET] AX25: Fix whitespace errors. | YOSHIFUJI Hideaki | 7 | -115/+115 |
| 2006-12-17 | [AX.25]: Fix unchecked ax25_linkfail_register uses | Ralf Baechle | 1 | -46/+9 |
| 2006-12-17 | [AX.25]: Fix unchecked ax25_listen_register uses | Ralf Baechle | 1 | -3/+4 |
| 2006-12-17 | [AX.25]: Fix unchecked ax25_protocol_register uses. | Ralf Baechle | 1 | -29/+12 |
| 2006-12-17 | [AX.25]: Mark all kmalloc users __must_check | Ralf Baechle | 2 | -3/+3 |
| 2006-12-11 | [HAMRADIO]: Fix baycom_epp.c compile failure. | Ralf Baechle | 1 | -1/+1 |
| 2006-12-08 | [AX.25]: Fix default address and broadcast address initialization. | Ralf Baechle | 1 | -3/+12 |
| 2006-12-08 | [AX.25]: Constify ax25 utility functions | Ralf Baechle | 1 | -8/+11 |
| 2006-12-02 | [AX25]: Use kmemdup | Arnaldo Carvalho de Melo | 4 | -9/+11 |
| 2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 1 | -3/+1 |
| 2006-07-12 | [AX.25]: Optimize AX.25 socket list lock | Ralf Baechle | 3 | -13/+13 |
| 2006-07-12 | [AX.25]: Fix locking of ax25 protocol function list. | Ralf Baechle | 1 | -9/+9 |
| 2006-07-10 | [AX.25]: Get rid of the last volatile. | Ralf Baechle | 1 | -1/+1 |
| 2006-07-09 | [AX.25]: Use kzalloc | Ralf Baechle | 2 | -5/+2 |
| 2006-07-03 | [AX.25]: Reference counting for AX.25 routes. | Ralf Baechle DL5RB | 2 | -49/+23 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 7 | -7/+0 |
| 2006-05-03 | [AX.25]: Eleminate HZ from AX.25 kernel interfaces | Ralf Baechle | 3 | -38/+48 |
| 2006-05-03 | [AX.25]: Move AX.25 symbol exports | Ralf Baechle | 7 | -18/+37 |
| 2006-05-03 | [AX.25]: Spelling fix | Ralf Baechle | 1 | -1/+1 |
| 2006-03-19 | [AX.25]: Fix potencial memory hole. | Ralf Baechle DL5RB | 1 | -1/+1 |
| 2006-01-11 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 3 | -0/+5 |
| 2006-01-03 | [NET]: Add a dev_ioctl() fallback to sock_ioctl() | Christoph Hellwig | 1 | -1/+1 |
| 2006-01-03 | [NET]: move struct proto_ops to const | Eric Dumazet | 1 | -2/+2 |
| 2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 3 | -21/+10 |
| 2005-10-05 | [AX.25]: Fix packet socket crash | Ralf Baechle | 1 | -1/+1 |
| 2005-09-12 | [AX.25]: Reformat ax25_proto_ops initialization | Ralf Baechle | 1 | -18/+18 |
| 2005-09-12 | [AX.25/ROSE]: Whitespace formatting changes | Ralf Baechle | 1 | -1/+1 |
| 2005-09-12 | [NETROM/AX.25/ROSE]: Remove useless tests | Ralf Baechle | 1 | -5/+1 |
| 2005-09-12 | [AX.25]: Rename ax25_encapsulate to ax25_hard_header | Ralf Baechle | 2 | -4/+4 |
| 2005-09-08 | [AX.25]: Make asc2ax() thread-proof | Ralf Baechle | 1 | -15/+12 |
| 2005-09-06 | [AX25]: Make ax2asc thread-proof | Ralf Baechle | 4 | -8/+13 |
| 2005-08-29 | [AX25/NETROM/ROSE]: Kill net/ip.h inclusion | Ralf Baechle | 2 | -2/+0 |
| 2005-08-29 | [AX25/NETROM]: Cleanup direct calls into IP stack | Ralf Baechle | 1 | -10/+3 |
| 2005-08-29 | [TCP]: Move the tcp sock states to net/tcp_states.h | Arnaldo Carvalho de Melo | 7 | -7/+7 |
| 2005-08-29 | [NET]: Kill skb->real_dev | David S. Miller | 1 | -4/+4 |
| 2005-08-29 | [NET]: Kill skb->list | David S. Miller | 1 | -1/+1 |
| 2005-08-23 | [AX25]: UID fixes | Ralf Baechle | 3 | -60/+55 |
| 2005-08-23 | [NET]: Fix socket bitop damage | Ralf Baechle | 1 | -6/+1 |
| 2005-04-24 | [AX25] Introduce ax25_type_trans | Arnaldo Carvalho de Melo | 2 | -4/+2 |
| 2005-04-21 | [AX25]: make ax25_queue_xmit a net_device parameter | Arnaldo Carvalho de Melo | 4 | -14/+6 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 21 | -0/+7071 |