Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
f24bfa53dab478e1bde2d7fd39d3c1a69dc518f1
/
net
/
tipc
bcff122
[TIPC]: Cleanup of TIPC reference table code
by Allan Stephens
· 17 years ago
0089509
[TIPC]: Optimized initialization of TIPC reference table
by Allan Stephens
· 17 years ago
4784b7c
[TIPC]: Remove inlining of reference table locking routines
by Allan Stephens
· 17 years ago
8503556
[TIPC]: Enhance validation of format on incoming messages
by Allan Stephens
· 17 years ago
fe13dda
[TIPC]: Force linearization of non-linear sk_buffs
by Allan Stephens
· 17 years ago
bdc82be
[TIPC]: Use fast buffer cloning to improve performance
by Allan Stephens
· 17 years ago
11ecede
[TIPC]: Remove redundant NULL check when discarding buffers
by Allan Stephens
· 17 years ago
0c3141e
[TIPC]: Overhaul of socket locking logic
by Allan Stephens
· 17 years ago
b89741a
[TIPC]: Cosmetic changes to TIPC connect() code
by Allan Stephens
· 17 years ago
4934c69
[TIPC]: Add error check to detect non-blocking form of connect()
by Allan Stephens
· 17 years ago
1819b83
[TIPC]: Correct "off by 1" error in socket queue limit enforcement
by Allan Stephens
· 17 years ago
7a8036c
[TIPC]: Ignore message padding when receiving stream data
by Allan Stephens
· 17 years ago
a198d3a
[TIPC]: Allow stream receive to read from multiple TIPC messages
by Allan Stephens
· 17 years ago
9900980
[TIPC]: Skip connection flow control in connectionless sockets
by Allan Stephens
· 17 years ago
3654ea0
[TIPC]: Improve socket time conversions
by Allan Stephens
· 17 years ago
967369328
[TIPC]: Remove redundant socket wait queue initialization
by Allan Stephens
· 17 years ago
9b674e8
[TIPC]: Cosmetic cleanup of TIPC polling logic
by Allan Stephens
· 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
ba0fa45
[TIPC]: Update version to 1.6.3
by Allan Stephens
· 17 years ago
c0cb7ef
[TIPC]: Enhancements to message header writing
by Allan Stephens
· 17 years ago
3769542
[TIPC]: Use correct bitmask when setting version
by Allan Stephens
· 17 years ago
06d82c9
[TIPC]: Minor cleanup of message header code
by Allan Stephens
· 17 years ago
0e0609b
[TIPC]: Eliminate "sparse" symbol warnings
by Allan Stephens
· 17 years ago
e247a8f
[TIPC]: Add argument validation for shutdown()
by Allan Stephens
· 17 years ago
8c86965
[TIPC]: Removal of message header option code
by Allan Stephens
· 17 years ago
26bad2c
[TIPC]: Convert tsock->sem in a mutex
by Matthias Kaehlcke
· 17 years ago
5f2f40a
tipc: fix integer as NULL pointer sparse warnings in tipc
by Harvey Harrison
· 17 years ago
bca65ea
[TIPC]: declare proto_ops structures as 'const'.
by Florian Westphal
· 17 years ago
86121fe
[TIPC]: Kill unused static inline (x5)
by Ilpo Järvinen
· 17 years ago
4cec72c
[TIPC]: Use tipc_port_unlock
by Julia Lawall
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
98eb568
[TIPC]: Fix semaphore handling.
by Andrew Morton
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 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
897c77c
[TIPC]: Clean up duplicate includes in net/tipc/
by Jesper Juhl
· 17 years ago
d788d80
[TIPC]: Fix two minor sparse warnings.
by Florian Westphal
· 17 years ago
248bbf3
[TIPC]: Make function tipc_nameseq_subscribe static.
by Florian Westphal
· 17 years ago
94571065
[TIPC]: fix tipc_link_create error handling
by Florian Westphal
· 17 years ago
582ee43
net/* misc endianness annotations
by Al Viro
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
ce8c229
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
8238745
[NET] TIPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
05646c9
[TIPC]: Optimize stream send routine to avoid fragmentation
by Allan Stephens
· 17 years ago
5eee6a6
[TIPC]: Use standard socket "not implemented" routines
by Allan Stephens
· 17 years ago
f3ec75f
[TIPC]: Improved support for Ethernet traffic filtering
by Allan Stephens
· 17 years ago
64beb8f
[TIPC]: Fix infinite loop in netlink handler
by Florian Westphal
· 17 years ago
cb283ea
[TIPC]: Fixed erroneous introduction of for_each_netdev
by Jon Paul Maloy
· 17 years ago
a31b19c
[TIPC]: Use menuconfig objects.
by Jan Engelhardt
· 17 years ago
1570077
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 18 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
39f5fb3
kconfig: fix path to modules.txt in Kconfig help
by Alexander E. Patrakov
· 18 years ago
1f9eda7
[TIPC]: Enhancements to msg_set_bits() routine
by Allan Stephens
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
b529ccf
[NETLINK]: Introduce nlmsg_hdr() helper
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
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
02ea492
[NET] TIPC: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
c430728
[NET] TIPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
2710b57
[TIPC]: Use kzalloc where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
3e6c8cd
[TIPC]: endianness annotations
by Al Viro
· 18 years ago
d55b4c6
[TIPC] net/tipc/port.c: fix NULL dereference
by Adrian Bunk
· 18 years ago
665d866
[TIPC]: Updated TIPC version number to 1.6.2
by Allan Stephens
· 18 years ago
53cfd1e
[TIPC]: Unrecognized configuration command now returns error message
by Allan Stephens
· 18 years ago
eb40946
[TIPC]: Added subscription cancellation capability
by Lijun Chen
· 18 years ago
fc144de
[TIPC]: Can now list multicast link on an isolated network node
by Allan Stephens
· 18 years ago
2de07f6
[TIPC]: Fixed slow link reactivation when link tolerance is large
by Allan Stephens
· 18 years ago
08c31f7
[TIPC]: Name publication events now delivered in chronological order
by Allan Stephens
· 18 years ago
3a8d121
[TIPC]: Add support for Ethernet VLANs
by Allan Stephens
· 18 years ago
a3df92c
[TIPC]: Remove code bloat introduced by print buffer rework
by Allan Stephens
· 18 years ago
cfb0c08
[TIPC]: Optimize wakeup logic when socket has no waiting processes
by Allan Stephens
· 18 years ago
e91ed0b
[TIPC]: Added duplicate node address detection capability
by Allan Stephens
· 18 years ago
eb5959c
[TIPC]: Stream socket can now send > 66000 bytes at a time
by Allan Stephens
· 18 years ago
29ede24
[TIPC]: Debug print buffer enhancements and fixes
by Allan Stephens
· 18 years ago
065fd17
[TIPC]: Add missing unlock in port timeout code.
by Allan Stephens
· 18 years ago
28c4dad
[PATCH] tipc __user annotations
by Al Viro
· 18 years ago
617dbea
[TIPC]: fix printk warning
by Jeff Garzik
· 18 years ago
9df3f3d
[TIPC]: Removing useless casts
by Panagiotis Issaris
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
863fae6
[TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)
by Allan Stephens
· 18 years ago
0702056
[TIPC]: Initial activation message now includes TIPC version number
by Allan Stephens
· 18 years ago
ea13847
[TIPC]: Improve response to requests for node/link information
by Allan Stephens
· 18 years ago
e49060c
[TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_buf
by Allan Stephens
· 18 years ago
34af946
[PATCH] spin/rwlock init cleanups
by Ingo Molnar
· 18 years ago
3ba07e6
[TIPC]: Fix incorrect correction to discovery timer frequency computation.
by Allan Stephens
· 18 years ago
65f51ef
[TIPC]: Get rid of dynamically allocated arrays in broadcast code.
by Allan Stephens
· 18 years ago
5392d64
[TIPC]: Fixed link switchover bugs
by Allan Stephens
· 18 years ago
a10bd92
[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
by Allan Stephens
· 18 years ago
f131072
[TIPC]: First phase of assert() cleanup
by Allan Stephens
· 18 years ago
e100ae9
[TIPC]: Disallow config operations that aren't supported in certain modes.
by Allan Stephens
· 18 years ago
Next »