Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4aab1e896a0a9d57420ff2867caa5a369123d8cb
/
net
/
decnet
/
af_decnet.c
0dbaee3
net: Abstract default ADVMSS behind an accessor.
by David S. Miller
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
3c6f27b
DECnet: don't leak uninitialized stack byte
by Dan Rosenberg
· 14 years ago
c25ecd0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
8d987e5
net: avoid limits overflow
by Eric Dumazet
· 14 years ago
fc766e4
decnet: RCU conversion and get rid of dev_base_lock
by Eric Dumazet
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
c6d14c8
net: Introduce for_each_netdev_rcu() iterator
by Eric Dumazet
· 15 years ago
ea94ff3
net: Fix for dst_negative_advice
by Krishna Kumar
· 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
10e8544
decnet: Use rcu_barrier() on module unload.
by Jesper Dangaard Brouer
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
bec571e
decnet: Use SKB queue and list helpers instead of doing it by-hand.
by David S. Miller
· 15 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
e57c624
decnet: fix sparse warnings: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
db849df
decnet: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
c4106aa
decnet: remove private wrappers of endian helpers
by Harvey Harrison
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
5c52ba1
sock: add net to prot->enter_memory_pressure callback
by Pavel Emelyanov
· 16 years ago
22196d3
decnet: Remove SOCK_SLEEP_{PRE,POST} usage.
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
c20932d
[ATALK/DECNET]: Use seq_open_private in appletalk and decnet.
by Pavel Emelyanov
· 17 years ago
b98999d
[DECNET]: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 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
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
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
fa34ddd
[DECNet]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
429eb0f
[NET] DECNET: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
375d9d7
[DECNET]: Endianess fixes (try #2)
by Steven Whitehouse
· 18 years ago
52c41a3
[DECNET]: Fix sfuzz hanging on 2.6.18
by Patrick McHardy
· 18 years ago
a8731cb
[DECNET]: Covert rules to use generic code
by Steven Whitehouse
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
c60992d
[DECnet]: Patch to fix recvmsg() flag check
by Patrick Caulfield
· 19 years ago
c4ea94a
[DECnet]: Endian annotation and fixes for DECnet.
by Steven Whitehouse
· 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
1f12bcc
[DECNET]: add memory buffer settings
by Steven Whitehouse
· 19 years ago
9eb5c94
[DECNET]: fix SIGPIPE
by Patrick Caulfield
· 19 years ago
900e014
[DECNET]: Remove some redundant ifdeffed code
by Patrick Caulfield
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
f4a19a5
[DECNET]: fix sparse gfp nocast warnings
by Randy Dunlap
· 19 years ago
12a49ff
[DECNET]: Tidy send side socket SKB allocation.
by Patrick Caulfield
· 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
001ab02
[DECNET]: Use sk_stream_error function rather than DECnet's own
by Steven Whitehouse
· 19 years ago
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago