Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c0cd661b1b0ad83dac54420169ec9ca14df409e9
/
net
/
x25
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
2335f8e
[X25]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
a44562e
[AX25]: Beautify x25_init() version printk.
by maximilian attems
· 17 years ago
a1f6f5a
[AF_X25]: constify function pointer tables
by Jan Engelhardt
· 17 years ago
6bf1574
[X25]: Avoid divides and sparse warnings
by Eric Dumazet
· 17 years ago
b5ccd79
[NET]: Simple ctl_table to ctl_path conversions.
by Pavel Emelyanov
· 17 years ago
0e3cf7e
[X25]: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
76975f8
[X25]: Add missing x25_neigh_put
by Julia Lawall
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
1a4e2d0
[SK_BUFF]: Some more conversions to skb_copy_from_linear_data
by Arnaldo Carvalho de Melo
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
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
eeeb037
[SK_BUFF]: More skb_put related conversions to skb_reset_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
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_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
e4ce837
[X25] x25_forward_call(): fix NULL dereferences
by Adrian Bunk
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
b402f06
[PATCH] sysctl: x25: remove unnecessary insert_at_head from register_sysctl_table
by Eric W. Biederman
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
f8e1d201
[NET] X25: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
c9c2e9d
[X.25]: Adds /proc/net/x25/forward to view active forwarded calls.
by Andrew Hendry
· 18 years ago
39e21c0
[X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding.
by Andrew Hendry
· 18 years ago
95a9dc4
[X.25]: Add call forwarding
by Andrew Hendry
· 18 years ago
9d0f7d2
[X.25]: Add missing sock_put in x25_receive_data
by Andrew Hendry
· 18 years ago
d2e7543
[X25]: Trivial, SOCK_DEBUG's in x25_facilities missing newlines
by Andrew Hendry
· 18 years ago
7f18ba6
[X25]: proper prototype for x25_init_timers()
by Adrian Bunk
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
43dff98
[X25]: fix for spinlock recurse and spinlock lockup with timer handler
by Shaun Pereira
· 19 years ago
9a6b9f2
[X25]: dte facilities 32 64 ioctl conversion
by Shaun Pereira
· 19 years ago
a64b7b9
[X25]: allow ITU-T DTE facilities for x25
by Shaun Pereira
· 19 years ago
bac37ec
[X25]: fix kernel error message 64 bit kernel
by Shaun Pereira
· 19 years ago
1b06e6b
[X25]: ioctl conversion 32 bit user to 64 bit kernel
by Shaun Pereira
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
a20a855
[X25]: Fix for broken x25 module.
by Shaun Pereira
· 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
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
6a2e9b7
[NET]: move config options out to individual protocols
by Sam Ravnborg
· 19 years ago
ebc3f64
[X25]: Fast select with no restriction on response
by Shaun Pereira
· 19 years ago
cb65d50
[X25]: Selective sub-address matching with call user data.
by Shaun Pereira
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago