Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a5462516aa9942bd68c8769d4bcefa8a7c718300
/
net
/
x25
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
171995e
x25: decrement netdev reference counts on unload
by Apollon Oikonomopoulos
· 14 years ago
3f0a069
X25 remove bkl in call user data length ioctl
by andrew hendry
· 14 years ago
74a7e44
X25 remove bkl from causediag ioctls
by andrew hendry
· 14 years ago
5b7958d
X25 remove bkl from calluserdata ioctls
by andrew hendry
· 14 years ago
f90de66
X25 remove bkl in facility ioctls
by andrew hendry
· 14 years ago
5595a1a
X25 remove bkl in subscription ioctls
by andrew hendry
· 14 years ago
0670b8a
X25: remove bkl in routing ioctls
by andrew hendry
· 14 years ago
54aafbd
X25: remove bkl in inq and outq ioctls
by andrew hendry
· 14 years ago
1ecd66b
X25: remove bkl in timestamp ioctls
by andrew hendry
· 14 years ago
70be998
X25: pushdown bkl in ioctls
by andrew hendry
· 14 years ago
5ef4130
x25: Prevent crashing when parsing bad X.25 facilities
by Dan Rosenberg
· 14 years ago
a6331d6
memory corruption in X.25 facilities parsing
by andrew hendry
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
6de5bd1
BKL: introduce CONFIG_BKL.
by Arnd Bergmann
· 14 years ago
768190f
X.25 remove bkl in poll
by andrew hendry
· 14 years ago
40e192c
X.25 remove bkl in getsockname
by andrew hendry
· 14 years ago
21a4591
X.25 remove bkl in connect
by andrew hendry
· 14 years ago
141646c
X.25 remove bkl in accept
by Andrew Hendry
· 14 years ago
90c2729
X.25 remove bkl in bind
by andrew hendry
· 14 years ago
25aa4ef
X.25 remove bkl in listen
by andrew hendry
· 14 years ago
935e2a2
X25: Remove bkl in sockopts
by andrew hendry
· 14 years ago
37cda78
X25: Move accept approve flag to bitfield
by andrew hendry
· 14 years ago
b7792e3
X25: Move interrupt flag to bitfield
by andrew hendry
· 14 years ago
cb863ff
X25: Move qbit flag to bitfield
by andrew hendry
· 14 years ago
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5ebfbc0
X25: Add if_x25.h and x25 to device identifiers
by Andrew Hendry
· 15 years ago
2cec6b0
X25 fix dead unaccepted sockets
by andrew hendry
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
4a1032f
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
ddd0451
x.25 attempts to negotiate invalid throughput
by John Hughes
· 15 years ago
f5eb917
x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.
by John Hughes
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a3a858f
net: backlog functions rename
by Zhu Yi
· 15 years ago
2499849
x25: use limited socket backlog
by Zhu Yi
· 15 years ago
a928852
X25: Dont let x25_bind use addresses containing characters
by andrew hendry
· 15 years ago
b18e7a0
X25: Fix x25_create errors for bad protocol and ENOBUFS
by andrew hendry
· 15 years ago
4f13420
net: x25: use seq_list_foo() helpers
by Li Zefan
· 15 years ago
32d2e3a
net: x25: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
429d33a
X25: Fix oops and refcnt problems from x25_dev_get
by andrew hendry
· 15 years ago
1fd975a
X25: Check for errors in x25_init
by andrew hendry
· 15 years ago
2f5517a
X25: Move SYSCTL ifdefs into header
by andrew hendry
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
386e50c
X25: Enable setting of cause and diagnostic fields
by Andrew Hendry
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
9177490
net/x25: push BKL usage into x25_proto
by Arnd Bergmann
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
091bb8a
net: Cleanup redundant tests on unsigned
by roel kluin
· 15 years ago
06a96b3
x25: bit and/or confusion in x25_ioctl()?
by roel kluin
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
c564039
net: sk_wmem_alloc has initial value of one, not zero
by Eric Dumazet
· 15 years ago
14ebaf8
x25: Fix sleep from timer on socket destroy.
by David S. Miller
· 15 years ago
83e0bbc
af_rose/x25: Sanity check the maximum user frame size
by Alan Cox
· 16 years ago
8db09f2
x25: '< 0' and '>= 0' test on unsigned
by Roel Kluin
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
c751e4f
x25: Use sock_orphan() instead of open-coded (and buggy) variant.
by David S. Miller
· 16 years ago
b61d38e
x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
by David S. Miller
· 16 years ago
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
· 18 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
Next »