Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
54e70bffd8575580a60a879692ba41931b927c52
/
net
/
rose
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 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
b999748
net: rose: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
d00c362
ax25: netrom: rose: Fix timer oopses
by Jarek Poplawski
· 15 years ago
1f731b6
rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVC
by Bernard Pidoux F6BVP
· 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
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
bb9074f
Merge commit 'v2.6.32-rc7'
by Eric W. Biederman
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
b4ec824
rose: device refcount leak
by Eric Dumazet
· 15 years ago
c6d14c8
net: Introduce for_each_netdev_rcu() iterator
by Eric Dumazet
· 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
5708e86
net: constify remaining proto_ops
by Alexey Dobriyan
· 15 years ago
36e4d64
convert hamradio drivers to netdev_txreturnt_t
by Stephen Hemminger
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
17ac2e9
rose: Fix rose_getname() leak
by Eric Dumazet
· 15 years ago
df597ef
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
dcf777f
NET: ROSE: Don't use static buffer.
by Ralf Baechle
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 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
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
6fd4777
Revert "rose: zero length frame filtering in af_rose.c"
by David S. Miller
· 16 years ago
83e0bbc
af_rose/x25: Sanity check the maximum user frame size
by Alan Cox
· 16 years ago
3170c65
rose: convert to network_device_ops
by Stephen Hemminger
· 16 years ago
d289d12
rose: convert to internal net_device_stats
by Stephen Hemminger
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
5b9ab2e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
244f46a
rose: zero length frame filtering in af_rose.c
by Bernard Pidoux
· 16 years ago
c2a2b8d
CRED: Wrap task credential accesses in the ROSE protocol
by David Howells
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
cf508b1
netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.
by David S. Miller
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
c773e84
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
by David S. Miller
· 16 years ago
fe2c802
rose: improving AX25 routing frames via ROSE network
by Bernard Pidoux
· 16 years ago
44ccff1
rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
by David S. Miller
· 16 years ago
f37f2c6
rose: Wrong list_lock argument in rose_node seqops
by Bernard Pidoux
· 17 years ago
047f761
[ROSE]: Fix soft lockup wrt. rose_node_list_lock
by Bernard Pidoux
· 17 years ago
43837b1
rose: Socket lock was not released before returning to user space
by Bernard Pidoux
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
4965291
[ROSE/AX25] af_rose: rose_release() fix
by Jarek Poplawski
· 17 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
95b7d92
[ROSE]: Supress sparse warnings
by Eric Dumazet
· 17 years ago
b5ccd79
[NET]: Simple ctl_table to ctl_path conversions.
by Pavel Emelyanov
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
78f150b
[ROSE]: Trivial compilation CONFIG_INET=n case
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 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
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
891e6a9
[ROSE]: Fix rose.ko oops on unload
by Alexey Dobriyan
· 17 years ago
6140efb
[NET] ROSE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
75606dc
[AX25/NETROM/ROSE]: Convert to use modern wait queue API
by Ralf Baechle
· 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
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
2536b94
[ROSE]: Socket locking is a great invention.
by Ralf Baechle
· 18 years ago
6cee77d
[ROSE]: Remove ourselves from waitqueue when receiving a signal
by Ralf Baechle
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
2d4381d
[PATCH] sysctl: rose: 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
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
3dcf7c5
[NET] ROSE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
a3d3840
[AX.25]: Fix unchecked rose_add_loopback_neigh uses
by Ralf Baechle
· 18 years ago
a159aaa
[AX.25]: Fix unchecked rose_add_loopback_node uses
by Ralf Baechle
· 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
0506d40
[ROSE] rose_add_loopback_node: propagate -E
by Alexey Dobriyan
· 18 years ago
b1d21ca
[ROSE] lockdep: fix false positive
by Ralf Baechle
· 18 years ago
1b30dd3
[AX.25]: Use kzalloc
by Ralf Baechle
· 18 years ago
d85838c
[ROSE]: Try all routes when establishing a ROSE connections.
by Ralf Baechle
· 18 years ago
8dc22d2
[ROSE]: Fix dereference of skb pointer after free.
by Ralf Baechle
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f530937
[NETROM/ROSE]: Kill module init version kernel log messages.
by Ralf Baechle
· 19 years ago
82e8424
[ROSE]: Eleminate HZ from ROSE kernel interfaces
by Ralf Baechle
· 19 years ago
4cc7c27
[ROSE]: Fix routing table locking in rose_remove_neigh.
by Ralf Baechle
· 19 years ago
86cfcb9
[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.
by Ralf Baechle
· 19 years ago
0cc5ae2
[ROSE]: Remove useless prototype for rose_remove_neigh().
by Ralf Baechle
· 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
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
a3d7a9d
[ROSE]: rose_heartbeat_expiry() locking fix
by Andrew Morton
· 19 years ago
95df1c0
[AX.25]: Use constant instead of magic number
by Ralf Baechle
· 19 years ago
520d1b8
[ROSE]: fix typo (regeistration)
by Alexey Dobriyan
· 19 years ago
a83cd2c
[ROSE]: check rose_ndevs earlier
by Alexey Dobriyan
· 19 years ago
Next »