Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
11300a64d08ebce03e30cac8eb58e8ce008e4bb7
/
net
/
ax25
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
75606dc
[AX25/NETROM/ROSE]: Convert to use modern wait queue API
by Ralf Baechle
· 18 years ago
1a4e2d0
[SK_BUFF]: Some more conversions to skb_copy_from_linear_data
by Arnaldo Carvalho de Melo
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
967b05f
[SK_BUFF]: Introduce skb_set_transport_header
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
c14d245
[SK_BUFF]: Introduce skb_set_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
bbe735e
[SK_BUFF]: Introduce skb_network_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
954b2e7
[NET] AX.25 Kconfig and docs updates and fixes
by Ralf Baechle
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
2852236
[PATCH] sysctl: ax25: remove unnecessary insert_at_head flag
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
528930b
[NET] AX25: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
a428271
[AX.25]: Fix unchecked ax25_linkfail_register uses
by Ralf Baechle
· 18 years ago
81dcd16
[AX.25]: Fix unchecked ax25_listen_register uses
by Ralf Baechle
· 18 years ago
8d5cf59
[AX.25]: Fix unchecked ax25_protocol_register uses.
by Ralf Baechle
· 18 years ago
c9266b9
[AX.25]: Mark all kmalloc users __must_check
by Ralf Baechle
· 18 years ago
f654c85
[HAMRADIO]: Fix baycom_epp.c compile failure.
by Ralf Baechle
· 18 years ago
15b1c0e
[AX.25]: Fix default address and broadcast address initialization.
by Ralf Baechle
· 18 years ago
e8cc49b
[AX.25]: Constify ax25 utility functions
by Ralf Baechle
· 18 years ago
0459d70a
[AX25]: Use kmemdup
by Arnaldo Carvalho de Melo
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
c19c4b9
[AX.25]: Optimize AX.25 socket list lock
by Ralf Baechle
· 18 years ago
95ff9f4
[AX.25]: Fix locking of ax25 protocol function list.
by Ralf Baechle
· 18 years ago
bde3445
[AX.25]: Get rid of the last volatile.
by Ralf Baechle
· 18 years ago
1b30dd3
[AX.25]: Use kzalloc
by Ralf Baechle
· 18 years ago
006f68b
[AX.25]: Reference counting for AX.25 routes.
by Ralf Baechle DL5RB
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e1fdb5b
[AX.25]: Eleminate HZ from AX.25 kernel interfaces
by Ralf Baechle
· 19 years ago
70868ea
[AX.25]: Move AX.25 symbol exports
by Ralf Baechle
· 19 years ago
3f07231
[AX.25]: Spelling fix
by Ralf Baechle
· 19 years ago
c7c694d
[AX.25]: Fix potencial memory hole.
by Ralf Baechle DL5RB
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
b5e5fa5
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
by Christoph Hellwig
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
3a867b3
[AX.25]: Fix packet socket crash
by Ralf Baechle
· 19 years ago
4676356
[AX.25]: Reformat ax25_proto_ops initialization
by Ralf Baechle
· 19 years ago
20b7d10
[AX.25/ROSE]: Whitespace formatting changes
by Ralf Baechle
· 19 years ago
9b37ee7
[NETROM/AX.25/ROSE]: Remove useless tests
by Ralf Baechle
· 19 years ago
6f74998
[AX.25]: Rename ax25_encapsulate to ax25_hard_header
by Ralf Baechle
· 19 years ago
baed16a
[AX.25]: Make asc2ax() thread-proof
by Ralf Baechle
· 19 years ago
f75268c
[AX25]: Make ax2asc thread-proof
by Ralf Baechle
· 19 years ago
c91326d
[AX25/NETROM/ROSE]: Kill net/ip.h inclusion
by Ralf Baechle
· 19 years ago
98a82fe
[AX25/NETROM]: Cleanup direct calls into IP stack
by Ralf Baechle
· 19 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
8728b83
[NET]: Kill skb->list
by David S. Miller
· 19 years ago
01d7dd0
[AX25]: UID fixes
by Ralf Baechle
· 19 years ago
53b924b
[NET]: Fix socket bitop damage
by Ralf Baechle
· 19 years ago
56cb515
[AX25] Introduce ax25_type_trans
by Arnaldo Carvalho de Melo
· 20 years ago
29c4be5
[AX25]: make ax25_queue_xmit a net_device parameter
by Arnaldo Carvalho de Melo
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago